Html Css Color HEX #CB7FAC Lily

📋 copy color: '#CB7FAC'

red 203 ◦ green 127 ◦ blue 172

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

Shades of Lily #CB7FAC

Tints of Lily #CB7FAC

RGB

 RED value IS 203 (79.69% from 255) = 40.44%

 GREEN value IS 127 (50% from 255) = 25.3%

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 40.44%
G = 25.3%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB7FAC (or 0xCB7FAC) is known color: Lily. HEX triplet: CB, 7F and AC. RGB value is (203,127,172). Sum of RGB (Red+Green+Blue) = 203+127+172=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7FAC is #348053. Grayscale: #9A9A9A. Windows color (decimal): -3440724 or 11304907. OLE color: 11304907.

HSL color Cylindrical-coordinate representation of color #CB7FAC: hue angle of 324.47º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FAC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 172 -
CMYK 0 0.37 0.15 0.20
HSL 324.47º 0.42% 0.65% -
HSV(B) 324.47º 0.37% 0.8% -
XYZ 39.66 30.85 42.89 -
YUV 154.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 203 127 172 0 0.37 0.15 0.20 324.47 0.42 0.65
Hex CB 7F AC 0 25 F 14 144 2A 41
Octal 313 177 254 0 45 17 24 504 52 101
Binary 11001011 1111111 10101100 0 100101 1111 10100 101000100 101010 1000001

Color Harmonies of #CB7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FAC

Black with #CB7FAC

Text Example


Text Example

White with #CB7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FAC; }

 p { color: rgb(203,127,172); }

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

background-color css

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

 a { background-color: rgb(203,127,172); }

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

border-color css

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

 span { border-color: rgb(203,127,172); }

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