Html Css Color HEX #CB83AF Lily

📋 copy color: '#CB83AF'

red 203 ◦ green 131 ◦ blue 175

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

Shades of Lily #CB83AF

Tints of Lily #CB83AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 39.88%
G = 25.74%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB83AF (or 0xCB83AF) is known color: Lily. HEX triplet: CB, 83 and AF. RGB value is (203,131,175). Sum of RGB (Red+Green+Blue) = 203+131+175=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83AF is #347C50. Grayscale: #9D9D9D. Windows color (decimal): -3439697 or 11502539. OLE color: 11502539.

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

Color convert

RGB 203 131 175 -
CMYK 0 0.35 0.14 0.20
HSL 323.33º 0.41% 0.65% -
HSV(B) 323.33º 0.35% 0.8% -
XYZ 40.48 32.02 44.61 -
YUV 157.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 203 131 175 0 0.35 0.14 0.20 323.33 0.41 0.65
Hex CB 83 AF 0 23 E 14 143 29 41
Octal 313 203 257 0 43 16 24 503 51 101
Binary 11001011 10000011 10101111 0 100011 1110 10100 101000011 101001 1000001

Color Harmonies of #CB83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83AF

Black with #CB83AF

Text Example


Text Example

White with #CB83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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