Html Css Color HEX #CB7FB2 Lily

📋 copy color: '#CB7FB2'

red 203 ◦ green 127 ◦ blue 178

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

Shades of Lily #CB7FB2

Tints of Lily #CB7FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 39.96%
G = 25%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB7FB2 (or 0xCB7FB2) is known color: Lily. HEX triplet: CB, 7F and B2. RGB value is (203,127,178). Sum of RGB (Red+Green+Blue) = 203+127+178=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7FB2 is #34804D. Grayscale: #9B9B9B. Windows color (decimal): -3440718 or 11698123. OLE color: 11698123.

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

Color convert

RGB 203 127 178 -
CMYK 0 0.37 0.12 0.20
HSL 319.74º 0.42% 0.65% -
HSV(B) 319.74º 0.37% 0.8% -
XYZ 40.25 31.09 46 -
YUV 155.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 203 127 178 0 0.37 0.12 0.20 319.74 0.42 0.65
Hex CB 7F B2 0 25 C 14 140 2A 41
Octal 313 177 262 0 45 14 24 500 52 101
Binary 11001011 1111111 10110010 0 100101 1100 10100 101000000 101010 1000001

Color Harmonies of #CB7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FB2

Black with #CB7FB2

Text Example


Text Example

White with #CB7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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