Html Css Color HEX #CA84BA Lily

📋 copy color: '#CA84BA'

red 202 ◦ green 132 ◦ blue 186

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

Shades of Lily #CA84BA

Tints of Lily #CA84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.38%

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 38.85%
G = 25.38%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA84BA (or 0xCA84BA) is known color: Lily. HEX triplet: CA, 84 and BA. RGB value is (202,132,186). Sum of RGB (Red+Green+Blue) = 202+132+186=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84BA is #357B45. Grayscale: #9E9E9E. Windows color (decimal): -3504966 or 12223690. OLE color: 12223690.

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

Color convert

RGB 202 132 186 -
CMYK 0 0.35 0.08 0.21
HSL 313.71º 0.4% 0.65% -
HSV(B) 313.71º 0.35% 0.79% -
XYZ 41.47 32.6 50.56 -
YUV 159.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 202 132 186 0 0.35 0.08 0.21 313.71 0.4 0.65
Hex CA 84 BA 0 23 8 15 13A 28 41
Octal 312 204 272 0 43 10 25 472 50 101
Binary 11001010 10000100 10111010 0 100011 1000 10101 100111010 101000 1000001

Color Harmonies of #CA84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84BA

Black with #CA84BA

Text Example


Text Example

White with #CA84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84BA; }

 p { color: rgb(202,132,186); }

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

background-color css

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

 a { background-color: rgb(202,132,186); }

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

border-color css

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

 span { border-color: rgb(202,132,186); }

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