Html Css Color HEX #CF76EB Heliotrope

📋 copy color: '#CF76EB'

red 207 ◦ green 118 ◦ blue 235

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

Shades of Heliotrope #CF76EB

Tints of Heliotrope #CF76EB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.07%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 36.96%
G = 21.07%
B = 41.96%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF76EB (or 0xCF76EB) is known color: Heliotrope. HEX triplet: CF, 76 and EB. RGB value is (207,118,235). Sum of RGB (Red+Green+Blue) = 207+118+235=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF76EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76EB is #308914. Grayscale: #9D9D9D. Windows color (decimal): -3180821 or 15431375. OLE color: 15431375.

HSL color Cylindrical-coordinate representation of color #CF76EB: hue angle of 285.64º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF76EB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 118 235 -
CMYK 0.12 0.50 0 0.08
HSL 285.64º 0.75% 0.69% -
HSV(B) 285.64º 0.5% 0.92% -
XYZ 47.21 32.22 82.33 -
YUV 157.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 207 118 235 0.12 0.50 0 0.08 285.64 0.75 0.69
Hex CF 76 EB C 32 0 8 11E 4B 45
Octal 317 166 353 14 62 0 10 436 113 105
Binary 11001111 1110110 11101011 1100 110010 0 1000 100011110 1001011 1000101

Color Harmonies of #CF76EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76EB

Black with #CF76EB

Text Example


Text Example

White with #CF76EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76EB; }

 p { color: rgb(207,118,235); }

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

background-color css

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

 a { background-color: rgb(207,118,235); }

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

border-color css

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

 span { border-color: rgb(207,118,235); }

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