Html Css Color HEX #CC56FA Heliotrope

📋 copy color: '#CC56FA'

red 204 ◦ green 86 ◦ blue 250

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

Shades of Heliotrope #CC56FA

Tints of Heliotrope #CC56FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 37.78%
G = 15.93%
B = 46.3%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC56FA (or 0xCC56FA) is known color: Heliotrope. HEX triplet: CC, 56 and FA. RGB value is (204,86,250). Sum of RGB (Red+Green+Blue) = 204+86+250=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56FA is #33A905. Grayscale: #8B8B8B. Windows color (decimal): -3385606 or 16406220. OLE color: 16406220.

HSL color Cylindrical-coordinate representation of color #CC56FA: hue angle of 283.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC56FA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 86 250 -
CMYK 0.18 0.66 0 0.02
HSL 283.17º 0.94% 0.66% -
HSV(B) 283.17º 0.66% 0.98% -
XYZ 45.48 26.4 93.14 -
YUV 139.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 204 86 250 0.18 0.66 0 0.02 283.17 0.94 0.66
Hex CC 56 FA 12 42 0 2 11B 5E 42
Octal 314 126 372 22 102 0 2 433 136 102
Binary 11001100 1010110 11111010 10010 1000010 0 10 100011011 1011110 1000010

Color Harmonies of #CC56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56FA

Black with #CC56FA

Text Example


Text Example

White with #CC56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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