Html Css Color HEX #CC55FF Heliotrope

📋 copy color: '#CC55FF'

red 204 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #CC55FF

Tints of Heliotrope #CC55FF

RGB

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

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

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

R = 37.5%
G = 15.63%
B = 46.88%

CMYK

 C value IS 0.2

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC55FF (or 0xCC55FF) is known color: Heliotrope. HEX triplet: CC, 55 and FF. RGB value is (204,85,255). Sum of RGB (Red+Green+Blue) = 204+85+255=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55FF is #33AA00. Grayscale: #8B8B8B. Windows color (decimal): -3385857 or 16733644. OLE color: 16733644.

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

Color convert

RGB 204 85 255 -
CMYK 0.2 0.67 0 0
HSL 282º 1% 0.67% -
HSV(B) 282º 0.67% 1% -
XYZ 46.2 26.55 97.3 -
YUV 139.96 192.92 173.68 -
System Red Green Blue C M Y K H S L
Decimal 204 85 255 0.2 0.67 0 0 282 1 0.67
Hex CC 55 FF 14 43 0 0 11A 64 43
Octal 314 125 377 24 103 0 0 432 144 103
Binary 11001100 1010101 11111111 10100 1000011 0 0 100011010 1100100 1000011

Color Harmonies of #CC55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55FF

Black with #CC55FF

Text Example


Text Example

White with #CC55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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