Html Css Color HEX #CC6DEE Heliotrope

📋 copy color: '#CC6DEE'

red 204 ◦ green 109 ◦ blue 238

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

Shades of Heliotrope #CC6DEE

Tints of Heliotrope #CC6DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.78%

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

R = 37.02%
G = 19.78%
B = 43.19%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC6DEE (or 0xCC6DEE) is known color: Heliotrope. HEX triplet: CC, 6D and EE. RGB value is (204,109,238). Sum of RGB (Red+Green+Blue) = 204+109+238=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DEE is #339211. Grayscale: #979797. Windows color (decimal): -3379730 or 15625676. OLE color: 15625676.

HSL color Cylindrical-coordinate representation of color #CC6DEE: hue angle of 284.19º 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 #CC6DEE is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 109 238 -
CMYK 0.14 0.54 0 0.07
HSL 284.19º 0.79% 0.68% -
HSV(B) 284.19º 0.54% 0.93% -
XYZ 45.8 29.95 84.26 -
YUV 152.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 204 109 238 0.14 0.54 0 0.07 284.19 0.79 0.68
Hex CC 6D EE E 36 0 7 11C 4F 44
Octal 314 155 356 16 66 0 7 434 117 104
Binary 11001100 1101101 11101110 1110 110110 0 111 100011100 1001111 1000100

Color Harmonies of #CC6DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DEE

Black with #CC6DEE

Text Example


Text Example

White with #CC6DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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