Html Css Color HEX #CC90BD Lily

📋 copy color: '#CC90BD'

red 204 ◦ green 144 ◦ blue 189

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

Shades of Lily #CC90BD

Tints of Lily #CC90BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.82%

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

R = 37.99%
G = 26.82%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC90BD (or 0xCC90BD) is known color: Lily. HEX triplet: CC, 90 and BD. RGB value is (204,144,189). Sum of RGB (Red+Green+Blue) = 204+144+189=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90BD is #336F42. Grayscale: #A6A6A6. Windows color (decimal): -3370819 or 12423372. OLE color: 12423372.

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

Color convert

RGB 204 144 189 -
CMYK 0 0.29 0.07 0.2
HSL 315º 0.37% 0.68% -
HSV(B) 315º 0.29% 0.8% -
XYZ 44.06 36.46 52.86 -
YUV 167.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 204 144 189 0 0.29 0.07 0.2 315 0.37 0.68
Hex CC 90 BD 0 1D 7 14 13B 25 44
Octal 314 220 275 0 35 7 24 473 45 104
Binary 11001100 10010000 10111101 0 11101 111 10100 100111011 100101 1000100

Color Harmonies of #CC90BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90BD

Black with #CC90BD

Text Example


Text Example

White with #CC90BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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