Html Css Color HEX #CC8FBD Lily

📋 copy color: '#CC8FBD'

red 204 ◦ green 143 ◦ blue 189

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

Shades of Lily #CC8FBD

Tints of Lily #CC8FBD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.68%

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

R = 38.06%
G = 26.68%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC8FBD (or 0xCC8FBD) is known color: Lily. HEX triplet: CC, 8F and BD. RGB value is (204,143,189). Sum of RGB (Red+Green+Blue) = 204+143+189=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FBD is #337042. Grayscale: #A6A6A6. Windows color (decimal): -3371075 or 12423116. OLE color: 12423116.

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

Color convert

RGB 204 143 189 -
CMYK 0 0.30 0.07 0.2
HSL 314.75º 0.37% 0.68% -
HSV(B) 314.75º 0.3% 0.8% -
XYZ 43.91 36.16 52.81 -
YUV 166.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 204 143 189 0 0.30 0.07 0.2 314.75 0.37 0.68
Hex CC 8F BD 0 1E 7 14 13B 25 44
Octal 314 217 275 0 36 7 24 473 45 104
Binary 11001100 10001111 10111101 0 11110 111 10100 100111011 100101 1000100

Color Harmonies of #CC8FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FBD

Black with #CC8FBD

Text Example


Text Example

White with #CC8FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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