Html Css Color HEX #CB7AB4 Lily

📋 copy color: '#CB7AB4'

red 203 ◦ green 122 ◦ blue 180

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

Shades of Lily #CB7AB4

Tints of Lily #CB7AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.16%

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 40.2%
G = 24.16%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB7AB4 (or 0xCB7AB4) is known color: Lily. HEX triplet: CB, 7A and B4. RGB value is (203,122,180). Sum of RGB (Red+Green+Blue) = 203+122+180=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AB4 is #34854B. Grayscale: #989898. Windows color (decimal): -3441996 or 11827915. OLE color: 11827915.

HSL color Cylindrical-coordinate representation of color #CB7AB4: hue angle of 317.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7AB4 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 122 180 -
CMYK 0 0.40 0.11 0.20
HSL 317.04º 0.44% 0.64% -
HSV(B) 317.04º 0.4% 0.8% -
XYZ 39.83 29.91 46.85 -
YUV 152.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 203 122 180 0 0.40 0.11 0.20 317.04 0.44 0.64
Hex CB 7A B4 0 28 B 14 13D 2C 40
Octal 313 172 264 0 50 13 24 475 54 100
Binary 11001011 1111010 10110100 0 101000 1011 10100 100111101 101100 1000000

Color Harmonies of #CB7AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7AB4

Black with #CB7AB4

Text Example


Text Example

White with #CB7AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7AB4; }

 p { color: rgb(203,122,180); }

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

background-color css

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

 a { background-color: rgb(203,122,180); }

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

border-color css

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

 span { border-color: rgb(203,122,180); }

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