Html Css Color HEX #CC6BEE Heliotrope

📋 copy color: '#CC6BEE'

red 204 ◦ green 107 ◦ blue 238

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

Shades of Heliotrope #CC6BEE

Tints of Heliotrope #CC6BEE

RGB

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

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

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

R = 37.16%
G = 19.49%
B = 43.35%

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

#CC6BEE (or 0xCC6BEE) is known color: Heliotrope. HEX triplet: CC, 6B and EE. RGB value is (204,107,238). Sum of RGB (Red+Green+Blue) = 204+107+238=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC6BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BEE is #339411. Grayscale: #969696. Windows color (decimal): -3380242 or 15625164. OLE color: 15625164.

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

Color convert

RGB 204 107 238 -
CMYK 0.14 0.55 0 0.07
HSL 284.43º 0.79% 0.68% -
HSV(B) 284.43º 0.55% 0.93% -
XYZ 45.59 29.53 84.19 -
YUV 150.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 204 107 238 0.14 0.55 0 0.07 284.43 0.79 0.68
Hex CC 6B EE E 37 0 7 11C 4F 44
Octal 314 153 356 16 67 0 7 434 117 104
Binary 11001100 1101011 11101110 1110 110111 0 111 100011100 1001111 1000100

Color Harmonies of #CC6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BEE

Black with #CC6BEE

Text Example


Text Example

White with #CC6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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