Html Css Color HEX #CF72EB Heliotrope

📋 copy color: '#CF72EB'

red 207 ◦ green 114 ◦ blue 235

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

Shades of Heliotrope #CF72EB

Tints of Heliotrope #CF72EB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.5%

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

R = 37.23%
G = 20.5%
B = 42.27%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF72EB (or 0xCF72EB) is known color: Heliotrope. HEX triplet: CF, 72 and EB. RGB value is (207,114,235). Sum of RGB (Red+Green+Blue) = 207+114+235=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF72EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF72EB is #308D14. Grayscale: #9B9B9B. Windows color (decimal): -3181845 or 15430351. OLE color: 15430351.

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

Color convert

RGB 207 114 235 -
CMYK 0.12 0.51 0 0.08
HSL 286.12º 0.75% 0.68% -
HSV(B) 286.12º 0.51% 0.92% -
XYZ 46.74 31.3 82.17 -
YUV 155.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 207 114 235 0.12 0.51 0 0.08 286.12 0.75 0.68
Hex CF 72 EB C 33 0 8 11E 4B 44
Octal 317 162 353 14 63 0 10 436 113 104
Binary 11001111 1110010 11101011 1100 110011 0 1000 100011110 1001011 1000100

Color Harmonies of #CF72EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72EB

Black with #CF72EB

Text Example


Text Example

White with #CF72EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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