Html Css Color HEX #CC8FB3 Lily

📋 copy color: '#CC8FB3'

red 204 ◦ green 143 ◦ blue 179

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

Shades of Lily #CC8FB3

Tints of Lily #CC8FB3

RGB

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

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

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

R = 38.78%
G = 27.19%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC8FB3 (or 0xCC8FB3) is known color: Lily. HEX triplet: CC, 8F and B3. RGB value is (204,143,179). Sum of RGB (Red+Green+Blue) = 204+143+179=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FB3 is #33704C. Grayscale: #A5A5A5. Windows color (decimal): -3371085 or 11767756. OLE color: 11767756.

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

Color convert

RGB 204 143 179 -
CMYK 0 0.30 0.12 0.2
HSL 324.59º 0.37% 0.68% -
HSV(B) 324.59º 0.3% 0.8% -
XYZ 42.86 35.74 47.29 -
YUV 165.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 204 143 179 0 0.30 0.12 0.2 324.59 0.37 0.68
Hex CC 8F B3 0 1E C 14 145 25 44
Octal 314 217 263 0 36 14 24 505 45 104
Binary 11001100 10001111 10110011 0 11110 1100 10100 101000101 100101 1000100

Color Harmonies of #CC8FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FB3

Black with #CC8FB3

Text Example


Text Example

White with #CC8FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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