Html Css Color HEX #CF76ED Heliotrope

📋 copy color: '#CF76ED'

red 207 ◦ green 118 ◦ blue 237

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

Shades of Heliotrope #CF76ED

Tints of Heliotrope #CF76ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 36.83%
G = 21%
B = 42.17%

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

#CF76ED (or 0xCF76ED) is known color: Heliotrope. HEX triplet: CF, 76 and ED. RGB value is (207,118,237). Sum of RGB (Red+Green+Blue) = 207+118+237=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76ED is #308912. Grayscale: #9D9D9D. Windows color (decimal): -3180819 or 15562447. OLE color: 15562447.

HSL color Cylindrical-coordinate representation of color #CF76ED: hue angle of 284.87º degrees, saturation: 0.77, 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 #CF76ED is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 118 237 -
CMYK 0.13 0.50 0 0.07
HSL 284.87º 0.77% 0.7% -
HSV(B) 284.87º 0.5% 0.93% -
XYZ 47.5 32.34 83.86 -
YUV 158.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 207 118 237 0.13 0.50 0 0.07 284.87 0.77 0.7
Hex CF 76 ED D 32 0 7 11D 4D 46
Octal 317 166 355 15 62 0 7 435 115 106
Binary 11001111 1110110 11101101 1101 110010 0 111 100011101 1001101 1000110

Color Harmonies of #CF76ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76ED

Black with #CF76ED

Text Example


Text Example

White with #CF76ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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