Html Css Color HEX #CF6EEE Heliotrope

📋 copy color: '#CF6EEE'

red 207 ◦ green 110 ◦ blue 238

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

Shades of Heliotrope #CF6EEE

Tints of Heliotrope #CF6EEE

RGB

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

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

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

R = 37.3%
G = 19.82%
B = 42.88%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF6EEE (or 0xCF6EEE) is known color: Heliotrope. HEX triplet: CF, 6E and EE. RGB value is (207,110,238). Sum of RGB (Red+Green+Blue) = 207+110+238=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EEE is #309111. Grayscale: #999999. Windows color (decimal): -3182866 or 15625935. OLE color: 15625935.

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

Color convert

RGB 207 110 238 -
CMYK 0.13 0.54 0 0.07
HSL 285.47º 0.79% 0.68% -
HSV(B) 285.47º 0.54% 0.93% -
XYZ 46.74 30.59 84.33 -
YUV 153.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 207 110 238 0.13 0.54 0 0.07 285.47 0.79 0.68
Hex CF 6E EE D 36 0 7 11D 4F 44
Octal 317 156 356 15 66 0 7 435 117 104
Binary 11001111 1101110 11101110 1101 110110 0 111 100011101 1001111 1000100

Color Harmonies of #CF6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EEE

Black with #CF6EEE

Text Example


Text Example

White with #CF6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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