Html Css Color HEX #CC93B3 Lily

📋 copy color: '#CC93B3'

red 204 ◦ green 147 ◦ blue 179

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

Shades of Lily #CC93B3

Tints of Lily #CC93B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 38.49%
G = 27.74%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC93B3 (or 0xCC93B3) is known color: Lily. HEX triplet: CC, 93 and B3. RGB value is (204,147,179). Sum of RGB (Red+Green+Blue) = 204+147+179=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93B3 is #336C4C. Grayscale: #A7A7A7. Windows color (decimal): -3370061 or 11768780. OLE color: 11768780.

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

Color convert

RGB 204 147 179 -
CMYK 0 0.28 0.12 0.2
HSL 326.32º 0.36% 0.69% -
HSV(B) 326.32º 0.28% 0.8% -
XYZ 43.47 36.96 47.49 -
YUV 167.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 204 147 179 0 0.28 0.12 0.2 326.32 0.36 0.69
Hex CC 93 B3 0 1C C 14 146 24 45
Octal 314 223 263 0 34 14 24 506 44 105
Binary 11001100 10010011 10110011 0 11100 1100 10100 101000110 100100 1000101

Color Harmonies of #CC93B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93B3

Black with #CC93B3

Text Example


Text Example

White with #CC93B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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