Html Css Color HEX #CA83BB Lily

📋 copy color: '#CA83BB'

red 202 ◦ green 131 ◦ blue 187

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

Shades of Lily #CA83BB

Tints of Lily #CA83BB

RGB

 RED value IS 202 (79.3% from 255) = 38.85%

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

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 38.85%
G = 25.19%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA83BB (or 0xCA83BB) is known color: Lily. HEX triplet: CA, 83 and BB. RGB value is (202,131,187). Sum of RGB (Red+Green+Blue) = 202+131+187=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83BB is #357C44. Grayscale: #9E9E9E. Windows color (decimal): -3505221 or 12288970. OLE color: 12288970.

HSL color Cylindrical-coordinate representation of color #CA83BB: hue angle of 312.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA83BB is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 131 187 -
CMYK 0 0.35 0.07 0.21
HSL 312.68º 0.4% 0.65% -
HSV(B) 312.68º 0.35% 0.79% -
XYZ 41.44 32.38 51.08 -
YUV 158.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 202 131 187 0 0.35 0.07 0.21 312.68 0.4 0.65
Hex CA 83 BB 0 23 7 15 139 28 41
Octal 312 203 273 0 43 7 25 471 50 101
Binary 11001010 10000011 10111011 0 100011 111 10101 100111001 101000 1000001

Color Harmonies of #CA83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83BB

Black with #CA83BB

Text Example


Text Example

White with #CA83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83BB; }

 p { color: rgb(202,131,187); }

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

background-color css

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

 a { background-color: rgb(202,131,187); }

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

border-color css

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

 span { border-color: rgb(202,131,187); }

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