Html Css Color HEX #CB7DB1 Lily

📋 copy color: '#CB7DB1'

red 203 ◦ green 125 ◦ blue 177

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

Shades of Lily #CB7DB1

Tints of Lily #CB7DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.75%

 BLUE value IS 177 (69.53% from 255) = 35.05%

R = 40.2%
G = 24.75%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB7DB1 (or 0xCB7DB1) is known color: Lily. HEX triplet: CB, 7D and B1. RGB value is (203,125,177). Sum of RGB (Red+Green+Blue) = 203+125+177=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7DB1 is #34824E. Grayscale: #9A9A9A. Windows color (decimal): -3441231 or 11632075. OLE color: 11632075.

HSL color Cylindrical-coordinate representation of color #CB7DB1: hue angle of 320º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7DB1 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 125 177 -
CMYK 0 0.38 0.13 0.20
HSL 320º 0.43% 0.64% -
HSV(B) 320º 0.38% 0.8% -
XYZ 39.9 30.54 45.39 -
YUV 154.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 203 125 177 0 0.38 0.13 0.20 320 0.43 0.64
Hex CB 7D B1 0 26 D 14 140 2B 40
Octal 313 175 261 0 46 15 24 500 53 100
Binary 11001011 1111101 10110001 0 100110 1101 10100 101000000 101011 1000000

Color Harmonies of #CB7DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DB1

Black with #CB7DB1

Text Example


Text Example

White with #CB7DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DB1; }

 p { color: rgb(203,125,177); }

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

background-color css

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

 a { background-color: rgb(203,125,177); }

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

border-color css

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

 span { border-color: rgb(203,125,177); }

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