Html Css Color HEX #CF77EE Heliotrope

📋 copy color: '#CF77EE'

red 207 ◦ green 119 ◦ blue 238

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

Shades of Heliotrope #CF77EE

Tints of Heliotrope #CF77EE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.1%

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

R = 36.7%
G = 21.1%
B = 42.2%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF77EE (or 0xCF77EE) is known color: Heliotrope. HEX triplet: CF, 77 and EE. RGB value is (207,119,238). Sum of RGB (Red+Green+Blue) = 207+119+238=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77EE is #308811. Grayscale: #9E9E9E. Windows color (decimal): -3180562 or 15628239. OLE color: 15628239.

HSL color Cylindrical-coordinate representation of color #CF77EE: hue angle of 284.37º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF77EE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 119 238 -
CMYK 0.13 0.50 0 0.07
HSL 284.37º 0.78% 0.7% -
HSV(B) 284.37º 0.5% 0.93% -
XYZ 47.76 32.63 84.67 -
YUV 158.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 207 119 238 0.13 0.50 0 0.07 284.37 0.78 0.7
Hex CF 77 EE D 32 0 7 11C 4E 46
Octal 317 167 356 15 62 0 7 434 116 106
Binary 11001111 1110111 11101110 1101 110010 0 111 100011100 1001110 1000110

Color Harmonies of #CF77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77EE

Black with #CF77EE

Text Example


Text Example

White with #CF77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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