Html Css Color HEX #CC94BD Lily

📋 copy color: '#CC94BD'

red 204 ◦ green 148 ◦ blue 189

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

Shades of Lily #CC94BD

Tints of Lily #CC94BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.36%

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

R = 37.71%
G = 27.36%
B = 34.94%

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

#CC94BD (or 0xCC94BD) is known color: Lily. HEX triplet: CC, 94 and BD. RGB value is (204,148,189). Sum of RGB (Red+Green+Blue) = 204+148+189=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94BD is #336B42. Grayscale: #A9A9A9. Windows color (decimal): -3369795 or 12424396. OLE color: 12424396.

HSL color Cylindrical-coordinate representation of color #CC94BD: hue angle of 316.07º 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 #CC94BD is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 189 -
CMYK 0 0.27 0.07 0.2
HSL 316.07º 0.35% 0.69% -
HSV(B) 316.07º 0.27% 0.8% -
XYZ 44.68 37.69 53.06 -
YUV 169.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 204 148 189 0 0.27 0.07 0.2 316.07 0.35 0.69
Hex CC 94 BD 0 1B 7 14 13C 23 45
Octal 314 224 275 0 33 7 24 474 43 105
Binary 11001100 10010100 10111101 0 11011 111 10100 100111100 100011 1000101

Color Harmonies of #CC94BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94BD

Black with #CC94BD

Text Example


Text Example

White with #CC94BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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