Html Css Color HEX #CF6EEB Heliotrope

📋 copy color: '#CF6EEB'

red 207 ◦ green 110 ◦ blue 235

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

Shades of Heliotrope #CF6EEB

Tints of Heliotrope #CF6EEB

RGB

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

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

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

R = 37.5%
G = 19.93%
B = 42.57%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF6EEB (or 0xCF6EEB) is known color: Heliotrope. HEX triplet: CF, 6E and EB. RGB value is (207,110,235). Sum of RGB (Red+Green+Blue) = 207+110+235=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EEB is #309114. Grayscale: #989898. Windows color (decimal): -3182869 or 15429327. OLE color: 15429327.

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

Color convert

RGB 207 110 235 -
CMYK 0.12 0.53 0 0.08
HSL 286.56º 0.76% 0.68% -
HSV(B) 286.56º 0.53% 0.92% -
XYZ 46.3 30.42 82.03 -
YUV 153.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 207 110 235 0.12 0.53 0 0.08 286.56 0.76 0.68
Hex CF 6E EB C 35 0 8 11F 4C 44
Octal 317 156 353 14 65 0 10 437 114 104
Binary 11001111 1101110 11101011 1100 110101 0 1000 100011111 1001100 1000100

Color Harmonies of #CF6EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EEB

Black with #CF6EEB

Text Example


Text Example

White with #CF6EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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