Html Css Color HEX #CC56FF Heliotrope

📋 copy color: '#CC56FF'

red 204 ◦ green 86 ◦ blue 255

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

Shades of Heliotrope #CC56FF

Tints of Heliotrope #CC56FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.78%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 37.43%
G = 15.78%
B = 46.79%

CMYK

 C value IS 0.2

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC56FF (or 0xCC56FF) is known color: Heliotrope. HEX triplet: CC, 56 and FF. RGB value is (204,86,255). Sum of RGB (Red+Green+Blue) = 204+86+255=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56FF is #33A900. Grayscale: #8B8B8B. Windows color (decimal): -3385601 or 16733900. OLE color: 16733900.

HSL color Cylindrical-coordinate representation of color #CC56FF: hue angle of 281.89º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC56FF is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 86 255 -
CMYK 0.2 0.66 0 0
HSL 281.89º 1% 0.67% -
HSV(B) 281.89º 0.66% 1% -
XYZ 46.28 26.71 97.32 -
YUV 140.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 204 86 255 0.2 0.66 0 0 281.89 1 0.67
Hex CC 56 FF 14 42 0 0 11A 64 43
Octal 314 126 377 24 102 0 0 432 144 103
Binary 11001100 1010110 11111111 10100 1000010 0 0 100011010 1100100 1000011

Color Harmonies of #CC56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56FF

Black with #CC56FF

Text Example


Text Example

White with #CC56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56FF; }

 p { color: rgb(204,86,255); }

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

background-color css

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

 a { background-color: rgb(204,86,255); }

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

border-color css

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

 span { border-color: rgb(204,86,255); }

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