Html Css Color HEX #CF72EF Heliotrope

📋 copy color: '#CF72EF'

red 207 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #CF72EF

Tints of Heliotrope #CF72EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 36.96%
G = 20.36%
B = 42.68%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF72EF (or 0xCF72EF) is known color: Heliotrope. HEX triplet: CF, 72 and EF. RGB value is (207,114,239). Sum of RGB (Red+Green+Blue) = 207+114+239=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF72EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF72EF is #308D10. Grayscale: #9B9B9B. Windows color (decimal): -3181841 or 15692495. OLE color: 15692495.

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

Color convert

RGB 207 114 239 -
CMYK 0.13 0.52 0 0.06
HSL 284.64º 0.8% 0.69% -
HSV(B) 284.64º 0.52% 0.94% -
XYZ 47.33 31.53 85.25 -
YUV 156.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 207 114 239 0.13 0.52 0 0.06 284.64 0.8 0.69
Hex CF 72 EF D 34 0 6 11D 50 45
Octal 317 162 357 15 64 0 6 435 120 105
Binary 11001111 1110010 11101111 1101 110100 0 110 100011101 1010000 1000101

Color Harmonies of #CF72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72EF

Black with #CF72EF

Text Example


Text Example

White with #CF72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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