Html Css Color HEX #CC95BD Lily

📋 copy color: '#CC95BD'

red 204 ◦ green 149 ◦ blue 189

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

Shades of Lily #CC95BD

Tints of Lily #CC95BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.49%

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 37.64%
G = 27.49%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC95BD (or 0xCC95BD) is known color: Lily. HEX triplet: CC, 95 and BD. RGB value is (204,149,189). Sum of RGB (Red+Green+Blue) = 204+149+189=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95BD is #336A42. Grayscale: #A9A9A9. Windows color (decimal): -3369539 or 12424652. OLE color: 12424652.

HSL color Cylindrical-coordinate representation of color #CC95BD: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC95BD is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 189 -
CMYK 0 0.27 0.07 0.2
HSL 316.36º 0.35% 0.69% -
HSV(B) 316.36º 0.27% 0.8% -
XYZ 44.83 38.01 53.12 -
YUV 170.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 204 149 189 0 0.27 0.07 0.2 316.36 0.35 0.69
Hex CC 95 BD 0 1B 7 14 13C 23 45
Octal 314 225 275 0 33 7 24 474 43 105
Binary 11001100 10010101 10111101 0 11011 111 10100 100111100 100011 1000101

Color Harmonies of #CC95BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC95BD

Black with #CC95BD

Text Example


Text Example

White with #CC95BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC95BD; }

 p { color: rgb(204,149,189); }

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

background-color css

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

 a { background-color: rgb(204,149,189); }

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

border-color css

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

 span { border-color: rgb(204,149,189); }

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