Html Css Color HEX #CC8EB3 Lily

📋 copy color: '#CC8EB3'

red 204 ◦ green 142 ◦ blue 179

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

Shades of Lily #CC8EB3

Tints of Lily #CC8EB3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.05%

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

R = 38.86%
G = 27.05%
B = 34.1%

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

#CC8EB3 (or 0xCC8EB3) is known color: Lily. HEX triplet: CC, 8E and B3. RGB value is (204,142,179). Sum of RGB (Red+Green+Blue) = 204+142+179=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EB3 is #33714C. Grayscale: #A4A4A4. Windows color (decimal): -3371341 or 11767500. OLE color: 11767500.

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

Color convert

RGB 204 142 179 -
CMYK 0 0.30 0.12 0.2
HSL 324.19º 0.38% 0.68% -
HSV(B) 324.19º 0.3% 0.8% -
XYZ 42.71 35.44 47.24 -
YUV 164.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 204 142 179 0 0.30 0.12 0.2 324.19 0.38 0.68
Hex CC 8E B3 0 1E C 14 144 26 44
Octal 314 216 263 0 36 14 24 504 46 104
Binary 11001100 10001110 10110011 0 11110 1100 10100 101000100 100110 1000100

Color Harmonies of #CC8EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8EB3

Black with #CC8EB3

Text Example


Text Example

White with #CC8EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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