Html Css Color HEX #CC55FB Heliotrope

📋 copy color: '#CC55FB'

red 204 ◦ green 85 ◦ blue 251

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

Shades of Heliotrope #CC55FB

Tints of Heliotrope #CC55FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.74%

 BLUE value IS 251 (98.44% from 255) = 46.48%

R = 37.78%
G = 15.74%
B = 46.48%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC55FB (or 0xCC55FB) is known color: Heliotrope. HEX triplet: CC, 55 and FB. RGB value is (204,85,251). Sum of RGB (Red+Green+Blue) = 204+85+251=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55FB is #33AA04. Grayscale: #8A8A8A. Windows color (decimal): -3385861 or 16471500. OLE color: 16471500.

HSL color Cylindrical-coordinate representation of color #CC55FB: hue angle of 283.01º degrees, saturation: 0.95, 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 #CC55FB is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 85 251 -
CMYK 0.19 0.66 0 0.02
HSL 283.01º 0.95% 0.66% -
HSV(B) 283.01º 0.66% 0.98% -
XYZ 45.56 26.3 93.94 -
YUV 139.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 204 85 251 0.19 0.66 0 0.02 283.01 0.95 0.66
Hex CC 55 FB 13 42 0 2 11B 5F 42
Octal 314 125 373 23 102 0 2 433 137 102
Binary 11001100 1010101 11111011 10011 1000010 0 10 100011011 1011111 1000010

Color Harmonies of #CC55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55FB

Black with #CC55FB

Text Example


Text Example

White with #CC55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55FB; }

 p { color: rgb(204,85,251); }

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

background-color css

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

 a { background-color: rgb(204,85,251); }

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

border-color css

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

 span { border-color: rgb(204,85,251); }

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