Html Css Color HEX #CF59EE Medium Orchid

📋 copy color: '#CF59EE'

red 207 ◦ green 89 ◦ blue 238

#CF59EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CF59EE

Tints of Medium Orchid #CF59EE

RGB

 RED value IS 207 (81.25% from 255) = 38.76%

 GREEN value IS 89 (35.16% from 255) = 16.67%

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 38.76%
G = 16.67%
B = 44.57%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF59EE (or 0xCF59EE) is known color: Medium Orchid. HEX triplet: CF, 59 and EE. RGB value is (207,89,238). Sum of RGB (Red+Green+Blue) = 207+89+238=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59EE is #30A611. Grayscale: #8C8C8C. Windows color (decimal): -3188242 or 15620559. OLE color: 15620559.

HSL color Cylindrical-coordinate representation of color #CF59EE: hue angle of 287.52º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF59EE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 89 238 -
CMYK 0.13 0.63 0 0.07
HSL 287.52º 0.81% 0.64% -
HSV(B) 287.52º 0.63% 0.93% -
XYZ 44.74 26.58 83.66 -
YUV 141.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 207 89 238 0.13 0.63 0 0.07 287.52 0.81 0.64
Hex CF 59 EE D 3F 0 7 120 51 40
Octal 317 131 356 15 77 0 7 440 121 100
Binary 11001111 1011001 11101110 1101 111111 0 111 100100000 1010001 1000000

Color Harmonies of #CF59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59EE

Black with #CF59EE

Text Example


Text Example

White with #CF59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59EE; }

 p { color: rgb(207,89,238); }

 H1.HeaderClassName
 {
   color: #CF59EE;
 }
 .AnyTagClassName
 {
   color: #CF59EE;
 }
</style>

background-color css

<style>
 a { background-color: #CF59EE; }

 a { background-color: rgb(207,89,238); }

 div.DivClassName
 {
   background-color: #CF59EE;
 }
 .BgClassName
 {
   background-color: #CF59EE;
 }
</style>

border-color css

<style>
 span { border-color: #CF59EE; }

 span { border-color: rgb(207,89,238); }

 td.TdClassName
 {
   border-color: #CF59EE;
 }
 .TagClassName
 {
   border-color: #CF59EE;
 }
</style>