Html Css Color HEX #CA84BC Lily

📋 copy color: '#CA84BC'

red 202 ◦ green 132 ◦ blue 188

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

Shades of Lily #CA84BC

Tints of Lily #CA84BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 38.7%
G = 25.29%
B = 36.02%

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

#CA84BC (or 0xCA84BC) is known color: Lily. HEX triplet: CA, 84 and BC. RGB value is (202,132,188). Sum of RGB (Red+Green+Blue) = 202+132+188=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84BC is #357B43. Grayscale: #9F9F9F. Windows color (decimal): -3504964 or 12354762. OLE color: 12354762.

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

Color convert

RGB 202 132 188 -
CMYK 0 0.35 0.07 0.21
HSL 312º 0.4% 0.65% -
HSV(B) 312º 0.35% 0.79% -
XYZ 41.69 32.69 51.69 -
YUV 159.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 202 132 188 0 0.35 0.07 0.21 312 0.4 0.65
Hex CA 84 BC 0 23 7 15 138 28 41
Octal 312 204 274 0 43 7 25 470 50 101
Binary 11001010 10000100 10111100 0 100011 111 10101 100111000 101000 1000001

Color Harmonies of #CA84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84BC

Black with #CA84BC

Text Example


Text Example

White with #CA84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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