Html Css Color HEX #CC8FB5 Lily

📋 copy color: '#CC8FB5'

red 204 ◦ green 143 ◦ blue 181

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

Shades of Lily #CC8FB5

Tints of Lily #CC8FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.28%

R = 38.64%
G = 27.08%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC8FB5 (or 0xCC8FB5) is known color: Lily. HEX triplet: CC, 8F and B5. RGB value is (204,143,181). Sum of RGB (Red+Green+Blue) = 204+143+181=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FB5 is #33704A. Grayscale: #A5A5A5. Windows color (decimal): -3371083 or 11898828. OLE color: 11898828.

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

Color convert

RGB 204 143 181 -
CMYK 0 0.30 0.11 0.2
HSL 322.62º 0.37% 0.68% -
HSV(B) 322.62º 0.3% 0.8% -
XYZ 43.06 35.82 48.36 -
YUV 165.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 204 143 181 0 0.30 0.11 0.2 322.62 0.37 0.68
Hex CC 8F B5 0 1E B 14 143 25 44
Octal 314 217 265 0 36 13 24 503 45 104
Binary 11001100 10001111 10110101 0 11110 1011 10100 101000011 100101 1000100

Color Harmonies of #CC8FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FB5

Black with #CC8FB5

Text Example


Text Example

White with #CC8FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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