Html Css Color HEX #CF59E2 Medium Orchid

📋 copy color: '#CF59E2'

red 207 ◦ green 89 ◦ blue 226

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

Shades of Medium Orchid #CF59E2

Tints of Medium Orchid #CF59E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.3%

R = 39.66%
G = 17.05%
B = 43.3%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF59E2 (or 0xCF59E2) is known color: Medium Orchid. HEX triplet: CF, 59 and E2. RGB value is (207,89,226). Sum of RGB (Red+Green+Blue) = 207+89+226=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #CF59E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59E2 is #30A61D. Grayscale: #8B8B8B. Windows color (decimal): -3188254 or 14834127. OLE color: 14834127.

HSL color Cylindrical-coordinate representation of color #CF59E2: hue angle of 291.68º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF59E2 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 89 226 -
CMYK 0.08 0.61 0 0.11
HSL 291.68º 0.7% 0.62% -
HSV(B) 291.68º 0.61% 0.89% -
XYZ 43.03 25.9 74.68 -
YUV 139.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 207 89 226 0.08 0.61 0 0.11 291.68 0.7 0.62
Hex CF 59 E2 8 3D 0 B 124 46 3E
Octal 317 131 342 10 75 0 13 444 106 76
Binary 11001111 1011001 11100010 1000 111101 0 1011 100100100 1000110 111110

Color Harmonies of #CF59E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59E2

Black with #CF59E2

Text Example


Text Example

White with #CF59E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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