Html Css Color HEX #CB7CB1 Lily

📋 copy color: '#CB7CB1'

red 203 ◦ green 124 ◦ blue 177

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

Shades of Lily #CB7CB1

Tints of Lily #CB7CB1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.6%

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

R = 40.28%
G = 24.6%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB7CB1 (or 0xCB7CB1) is known color: Lily. HEX triplet: CB, 7C and B1. RGB value is (203,124,177). Sum of RGB (Red+Green+Blue) = 203+124+177=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7CB1 is #34834E. Grayscale: #999999. Windows color (decimal): -3441487 or 11631819. OLE color: 11631819.

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

Color convert

RGB 203 124 177 -
CMYK 0 0.39 0.13 0.20
HSL 319.75º 0.43% 0.64% -
HSV(B) 319.75º 0.39% 0.8% -
XYZ 39.77 30.29 45.34 -
YUV 153.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 203 124 177 0 0.39 0.13 0.20 319.75 0.43 0.64
Hex CB 7C B1 0 27 D 14 140 2B 40
Octal 313 174 261 0 47 15 24 500 53 100
Binary 11001011 1111100 10110001 0 100111 1101 10100 101000000 101011 1000000

Color Harmonies of #CB7CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7CB1

Black with #CB7CB1

Text Example


Text Example

White with #CB7CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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