Html Css Color HEX #CB7DB8 Lily

📋 copy color: '#CB7DB8'

red 203 ◦ green 125 ◦ blue 184

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

Shades of Lily #CB7DB8

Tints of Lily #CB7DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.94%

R = 39.65%
G = 24.41%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB7DB8 (or 0xCB7DB8) is known color: Lily. HEX triplet: CB, 7D and B8. RGB value is (203,125,184). Sum of RGB (Red+Green+Blue) = 203+125+184=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DB8 is #348247. Grayscale: #9A9A9A. Windows color (decimal): -3441224 or 12090827. OLE color: 12090827.

HSL color Cylindrical-coordinate representation of color #CB7DB8: hue angle of 314.62º 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 #CB7DB8 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 125 184 -
CMYK 0 0.38 0.09 0.20
HSL 314.62º 0.43% 0.64% -
HSV(B) 314.62º 0.38% 0.8% -
XYZ 40.61 30.82 49.16 -
YUV 155.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 203 125 184 0 0.38 0.09 0.20 314.62 0.43 0.64
Hex CB 7D B8 0 26 9 14 13B 2B 40
Octal 313 175 270 0 46 11 24 473 53 100
Binary 11001011 1111101 10111000 0 100110 1001 10100 100111011 101011 1000000

Color Harmonies of #CB7DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DB8

Black with #CB7DB8

Text Example


Text Example

White with #CB7DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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