Html Css Color HEX #CF72EE Heliotrope

📋 copy color: '#CF72EE'

red 207 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #CF72EE

Tints of Heliotrope #CF72EE

RGB

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

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

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

R = 37.03%
G = 20.39%
B = 42.58%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF72EE (or 0xCF72EE) is known color: Heliotrope. HEX triplet: CF, 72 and EE. RGB value is (207,114,238). Sum of RGB (Red+Green+Blue) = 207+114+238=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF72EE is #308D11. Grayscale: #9B9B9B. Windows color (decimal): -3181842 or 15626959. OLE color: 15626959.

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

Color convert

RGB 207 114 238 -
CMYK 0.13 0.52 0 0.07
HSL 285º 0.78% 0.69% -
HSV(B) 285º 0.52% 0.93% -
XYZ 47.18 31.47 84.48 -
YUV 155.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 207 114 238 0.13 0.52 0 0.07 285 0.78 0.69
Hex CF 72 EE D 34 0 7 11D 4E 45
Octal 317 162 356 15 64 0 7 435 116 105
Binary 11001111 1110010 11101110 1101 110100 0 111 100011101 1001110 1000101

Color Harmonies of #CF72EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72EE

Black with #CF72EE

Text Example


Text Example

White with #CF72EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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