Html Css Color HEX #CC6BEA Heliotrope

📋 copy color: '#CC6BEA'

red 204 ◦ green 107 ◦ blue 234

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

Shades of Heliotrope #CC6BEA

Tints of Heliotrope #CC6BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 37.43%
G = 19.63%
B = 42.94%

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

#CC6BEA (or 0xCC6BEA) is known color: Heliotrope. HEX triplet: CC, 6B and EA. RGB value is (204,107,234). Sum of RGB (Red+Green+Blue) = 204+107+234=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC6BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BEA is #339415. Grayscale: #969696. Windows color (decimal): -3380246 or 15363020. OLE color: 15363020.

HSL color Cylindrical-coordinate representation of color #CC6BEA: hue angle of 285.83º degrees, saturation: 0.75, 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 #CC6BEA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 107 234 -
CMYK 0.13 0.54 0 0.08
HSL 285.83º 0.75% 0.67% -
HSV(B) 285.83º 0.54% 0.92% -
XYZ 45.01 29.29 81.12 -
YUV 150.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 204 107 234 0.13 0.54 0 0.08 285.83 0.75 0.67
Hex CC 6B EA D 36 0 8 11E 4B 43
Octal 314 153 352 15 66 0 10 436 113 103
Binary 11001100 1101011 11101010 1101 110110 0 1000 100011110 1001011 1000011

Color Harmonies of #CC6BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BEA

Black with #CC6BEA

Text Example


Text Example

White with #CC6BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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