Html Css Color HEX #CF59EA Medium Orchid

📋 copy color: '#CF59EA'

red 207 ◦ green 89 ◦ blue 234

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

Shades of Medium Orchid #CF59EA

Tints of Medium Orchid #CF59EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 39.06%
G = 16.79%
B = 44.15%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF59EA (or 0xCF59EA) is known color: Medium Orchid. HEX triplet: CF, 59 and EA. RGB value is (207,89,234). Sum of RGB (Red+Green+Blue) = 207+89+234=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF59EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59EA is #30A615. Grayscale: #8C8C8C. Windows color (decimal): -3188246 or 15358415. OLE color: 15358415.

HSL color Cylindrical-coordinate representation of color #CF59EA: hue angle of 288.83º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF59EA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 89 234 -
CMYK 0.12 0.62 0 0.08
HSL 288.83º 0.78% 0.63% -
HSV(B) 288.83º 0.62% 0.92% -
XYZ 44.16 26.35 80.6 -
YUV 140.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 207 89 234 0.12 0.62 0 0.08 288.83 0.78 0.63
Hex CF 59 EA C 3E 0 8 121 4E 3F
Octal 317 131 352 14 76 0 10 441 116 77
Binary 11001111 1011001 11101010 1100 111110 0 1000 100100001 1001110 111111

Color Harmonies of #CF59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59EA

Black with #CF59EA

Text Example


Text Example

White with #CF59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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