Html Css Color HEX #CC6CEE Heliotrope

📋 copy color: '#CC6CEE'

red 204 ◦ green 108 ◦ blue 238

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

Shades of Heliotrope #CC6CEE

Tints of Heliotrope #CC6CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.64%

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

R = 37.09%
G = 19.64%
B = 43.27%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC6CEE (or 0xCC6CEE) is known color: Heliotrope. HEX triplet: CC, 6C and EE. RGB value is (204,108,238). Sum of RGB (Red+Green+Blue) = 204+108+238=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC6CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CEE is #339311. Grayscale: #979797. Windows color (decimal): -3379986 or 15625420. OLE color: 15625420.

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

Color convert

RGB 204 108 238 -
CMYK 0.14 0.55 0 0.07
HSL 284.31º 0.79% 0.68% -
HSV(B) 284.31º 0.55% 0.93% -
XYZ 45.7 29.74 84.22 -
YUV 151.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 204 108 238 0.14 0.55 0 0.07 284.31 0.79 0.68
Hex CC 6C EE E 37 0 7 11C 4F 44
Octal 314 154 356 16 67 0 7 434 117 104
Binary 11001100 1101100 11101110 1110 110111 0 111 100011100 1001111 1000100

Color Harmonies of #CC6CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CEE

Black with #CC6CEE

Text Example


Text Example

White with #CC6CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CEE; }

 p { color: rgb(204,108,238); }

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

background-color css

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

 a { background-color: rgb(204,108,238); }

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

border-color css

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

 span { border-color: rgb(204,108,238); }

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