Html Css Color HEX #CC5DA8 Hopbush

📋 copy color: '#CC5DA8'

red 204 ◦ green 93 ◦ blue 168

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

Shades of Hopbush #CC5DA8

Tints of Hopbush #CC5DA8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20%

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 43.87%
G = 20%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC5DA8 (or 0xCC5DA8) is known color: Hopbush. HEX triplet: CC, 5D and A8. RGB value is (204,93,168). Sum of RGB (Red+Green+Blue) = 204+93+168=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DA8 is #33A257. Grayscale: #868686. Windows color (decimal): -3383896 or 11034060. OLE color: 11034060.

HSL color Cylindrical-coordinate representation of color #CC5DA8: hue angle of 319.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5DA8 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 93 168 -
CMYK 0 0.54 0.18 0.2
HSL 319.46º 0.52% 0.58% -
HSV(B) 319.46º 0.54% 0.8% -
XYZ 35.88 23.49 39.69 -
YUV 134.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 204 93 168 0 0.54 0.18 0.2 319.46 0.52 0.58
Hex CC 5D A8 0 36 12 14 13F 34 3A
Octal 314 135 250 0 66 22 24 477 64 72
Binary 11001100 1011101 10101000 0 110110 10010 10100 100111111 110100 111010

Color Harmonies of #CC5DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DA8

Black with #CC5DA8

Text Example


Text Example

White with #CC5DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DA8; }

 p { color: rgb(204,93,168); }

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

background-color css

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

 a { background-color: rgb(204,93,168); }

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

border-color css

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

 span { border-color: rgb(204,93,168); }

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