Html Css Color HEX #CC8ABD Lily

📋 copy color: '#CC8ABD'

red 204 ◦ green 138 ◦ blue 189

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

Shades of Lily #CC8ABD

Tints of Lily #CC8ABD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.99%

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

R = 38.42%
G = 25.99%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC8ABD (or 0xCC8ABD) is known color: Lily. HEX triplet: CC, 8A and BD. RGB value is (204,138,189). Sum of RGB (Red+Green+Blue) = 204+138+189=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ABD is #337542. Grayscale: #A3A3A3. Windows color (decimal): -3372355 or 12421836. OLE color: 12421836.

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

Color convert

RGB 204 138 189 -
CMYK 0 0.32 0.07 0.2
HSL 313.64º 0.39% 0.67% -
HSV(B) 313.64º 0.32% 0.8% -
XYZ 43.18 34.69 52.56 -
YUV 163.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 204 138 189 0 0.32 0.07 0.2 313.64 0.39 0.67
Hex CC 8A BD 0 20 7 14 13A 27 43
Octal 314 212 275 0 40 7 24 472 47 103
Binary 11001100 10001010 10111101 0 100000 111 10100 100111010 100111 1000011

Color Harmonies of #CC8ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8ABD

Black with #CC8ABD

Text Example


Text Example

White with #CC8ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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