Html Css Color HEX #CC6BEB Heliotrope

📋 copy color: '#CC6BEB'

red 204 ◦ green 107 ◦ blue 235

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

Shades of Heliotrope #CC6BEB

Tints of Heliotrope #CC6BEB

RGB

 RED value IS 204 (80.08% from 255) = 37.36%

 GREEN value IS 107 (42.19% from 255) = 19.6%

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

R = 37.36%
G = 19.6%
B = 43.04%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC6BEB (or 0xCC6BEB) is known color: Heliotrope. HEX triplet: CC, 6B and EB. RGB value is (204,107,235). Sum of RGB (Red+Green+Blue) = 204+107+235=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC6BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BEB is #339414. Grayscale: #969696. Windows color (decimal): -3380245 or 15428556. OLE color: 15428556.

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

Color convert

RGB 204 107 235 -
CMYK 0.13 0.54 0 0.08
HSL 285.47º 0.76% 0.67% -
HSV(B) 285.47º 0.54% 0.92% -
XYZ 45.15 29.35 81.88 -
YUV 150.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 204 107 235 0.13 0.54 0 0.08 285.47 0.76 0.67
Hex CC 6B EB D 36 0 8 11D 4C 43
Octal 314 153 353 15 66 0 10 435 114 103
Binary 11001100 1101011 11101011 1101 110110 0 1000 100011101 1001100 1000011

Color Harmonies of #CC6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BEB

Black with #CC6BEB

Text Example


Text Example

White with #CC6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BEB; }

 p { color: rgb(204,107,235); }

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

background-color css

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

 a { background-color: rgb(204,107,235); }

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

border-color css

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

 span { border-color: rgb(204,107,235); }

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