Html Css Color HEX #CA83B7 Lily

📋 copy color: '#CA83B7'

red 202 ◦ green 131 ◦ blue 183

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

Shades of Lily #CA83B7

Tints of Lily #CA83B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.47%

R = 39.15%
G = 25.39%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA83B7 (or 0xCA83B7) is known color: Lily. HEX triplet: CA, 83 and B7. RGB value is (202,131,183). Sum of RGB (Red+Green+Blue) = 202+131+183=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83B7 is #357C48. Grayscale: #9E9E9E. Windows color (decimal): -3505225 or 12026826. OLE color: 12026826.

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

Color convert

RGB 202 131 183 -
CMYK 0 0.35 0.09 0.21
HSL 316.06º 0.4% 0.65% -
HSV(B) 316.06º 0.35% 0.79% -
XYZ 41.02 32.21 48.85 -
YUV 158.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 202 131 183 0 0.35 0.09 0.21 316.06 0.4 0.65
Hex CA 83 B7 0 23 9 15 13C 28 41
Octal 312 203 267 0 43 11 25 474 50 101
Binary 11001010 10000011 10110111 0 100011 1001 10101 100111100 101000 1000001

Color Harmonies of #CA83B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83B7

Black with #CA83B7

Text Example


Text Example

White with #CA83B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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