Html Css Color HEX #CF6EEF Heliotrope

📋 copy color: '#CF6EEF'

red 207 ◦ green 110 ◦ blue 239

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

Shades of Heliotrope #CF6EEF

Tints of Heliotrope #CF6EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.78%

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

R = 37.23%
G = 19.78%
B = 42.99%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF6EEF (or 0xCF6EEF) is known color: Heliotrope. HEX triplet: CF, 6E and EF. RGB value is (207,110,239). Sum of RGB (Red+Green+Blue) = 207+110+239=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EEF is #309110. Grayscale: #999999. Windows color (decimal): -3182865 or 15691471. OLE color: 15691471.

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

Color convert

RGB 207 110 239 -
CMYK 0.13 0.54 0 0.06
HSL 285.12º 0.8% 0.68% -
HSV(B) 285.12º 0.54% 0.94% -
XYZ 46.89 30.65 85.11 -
YUV 153.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 207 110 239 0.13 0.54 0 0.06 285.12 0.8 0.68
Hex CF 6E EF D 36 0 6 11D 50 44
Octal 317 156 357 15 66 0 6 435 120 104
Binary 11001111 1101110 11101111 1101 110110 0 110 100011101 1010000 1000100

Color Harmonies of #CF6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EEF

Black with #CF6EEF

Text Example


Text Example

White with #CF6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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