Html Css Color HEX #CB83B0 Lily

📋 copy color: '#CB83B0'

red 203 ◦ green 131 ◦ blue 176

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

Shades of Lily #CB83B0

Tints of Lily #CB83B0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.69%

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 39.8%
G = 25.69%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB83B0 (or 0xCB83B0) is known color: Lily. HEX triplet: CB, 83 and B0. RGB value is (203,131,176). Sum of RGB (Red+Green+Blue) = 203+131+176=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83B0 is #347C4F. Grayscale: #9D9D9D. Windows color (decimal): -3439696 or 11568075. OLE color: 11568075.

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

Color convert

RGB 203 131 176 -
CMYK 0 0.35 0.13 0.20
HSL 322.5º 0.41% 0.65% -
HSV(B) 322.5º 0.35% 0.8% -
XYZ 40.58 32.06 45.12 -
YUV 157.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 203 131 176 0 0.35 0.13 0.20 322.5 0.41 0.65
Hex CB 83 B0 0 23 D 14 142 29 41
Octal 313 203 260 0 43 15 24 502 51 101
Binary 11001011 10000011 10110000 0 100011 1101 10100 101000010 101001 1000001

Color Harmonies of #CB83B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83B0

Black with #CB83B0

Text Example


Text Example

White with #CB83B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83B0; }

 p { color: rgb(203,131,176); }

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

background-color css

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

 a { background-color: rgb(203,131,176); }

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

border-color css

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

 span { border-color: rgb(203,131,176); }

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