Html Css Color HEX #CC93B0 Lily

📋 copy color: '#CC93B0'

red 204 ◦ green 147 ◦ blue 176

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

Shades of Lily #CC93B0

Tints of Lily #CC93B0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.89%

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 38.71%
G = 27.89%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC93B0 (or 0xCC93B0) is known color: Lily. HEX triplet: CC, 93 and B0. RGB value is (204,147,176). Sum of RGB (Red+Green+Blue) = 204+147+176=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC93B0 is #336C4F. Grayscale: #A7A7A7. Windows color (decimal): -3370064 or 11572172. OLE color: 11572172.

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

Color convert

RGB 204 147 176 -
CMYK 0 0.28 0.14 0.2
HSL 329.47º 0.36% 0.69% -
HSV(B) 329.47º 0.28% 0.8% -
XYZ 43.17 36.84 45.91 -
YUV 167.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 204 147 176 0 0.28 0.14 0.2 329.47 0.36 0.69
Hex CC 93 B0 0 1C E 14 149 24 45
Octal 314 223 260 0 34 16 24 511 44 105
Binary 11001100 10010011 10110000 0 11100 1110 10100 101001001 100100 1000101

Color Harmonies of #CC93B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93B0

Black with #CC93B0

Text Example


Text Example

White with #CC93B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93B0; }

 p { color: rgb(204,147,176); }

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

background-color css

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

 a { background-color: rgb(204,147,176); }

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

border-color css

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

 span { border-color: rgb(204,147,176); }

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