Html Css Color HEX #CC51FF Heliotrope

📋 copy color: '#CC51FF'

red 204 ◦ green 81 ◦ blue 255

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

Shades of Heliotrope #CC51FF

Tints of Heliotrope #CC51FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15%

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

R = 37.78%
G = 15%
B = 47.22%

CMYK

 C value IS 0.2

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC51FF (or 0xCC51FF) is known color: Heliotrope. HEX triplet: CC, 51 and FF. RGB value is (204,81,255). Sum of RGB (Red+Green+Blue) = 204+81+255=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51FF is #33AE00. Grayscale: #898989. Windows color (decimal): -3386881 or 16732620. OLE color: 16732620.

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

Color convert

RGB 204 81 255 -
CMYK 0.2 0.68 0 0
HSL 282.41º 1% 0.66% -
HSV(B) 282.41º 0.68% 1% -
XYZ 45.89 25.94 97.2 -
YUV 137.61 194.25 175.35 -
System Red Green Blue C M Y K H S L
Decimal 204 81 255 0.2 0.68 0 0 282.41 1 0.66
Hex CC 51 FF 14 44 0 0 11A 64 42
Octal 314 121 377 24 104 0 0 432 144 102
Binary 11001100 1010001 11111111 10100 1000100 0 0 100011010 1100100 1000010

Color Harmonies of #CC51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51FF

Black with #CC51FF

Text Example


Text Example

White with #CC51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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