Html Css Color HEX #CC8CBD Lily

📋 copy color: '#CC8CBD'

red 204 ◦ green 140 ◦ blue 189

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

Shades of Lily #CC8CBD

Tints of Lily #CC8CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.27%

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

R = 38.27%
G = 26.27%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC8CBD (or 0xCC8CBD) is known color: Lily. HEX triplet: CC, 8C and BD. RGB value is (204,140,189). Sum of RGB (Red+Green+Blue) = 204+140+189=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CBD is #337342. Grayscale: #A4A4A4. Windows color (decimal): -3371843 or 12422348. OLE color: 12422348.

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

Color convert

RGB 204 140 189 -
CMYK 0 0.31 0.07 0.2
HSL 314.06º 0.39% 0.67% -
HSV(B) 314.06º 0.31% 0.8% -
XYZ 43.47 35.27 52.66 -
YUV 164.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 204 140 189 0 0.31 0.07 0.2 314.06 0.39 0.67
Hex CC 8C BD 0 1F 7 14 13A 27 43
Octal 314 214 275 0 37 7 24 472 47 103
Binary 11001100 10001100 10111101 0 11111 111 10100 100111010 100111 1000011

Color Harmonies of #CC8CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CBD

Black with #CC8CBD

Text Example


Text Example

White with #CC8CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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