Html Css Color HEX #CA93B6 Lily

📋 copy color: '#CA93B6'

red 202 ◦ green 147 ◦ blue 182

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

Shades of Lily #CA93B6

Tints of Lily #CA93B6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.68%

 BLUE value IS 182 (71.48% from 255) = 34.27%

R = 38.04%
G = 27.68%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA93B6 (or 0xCA93B6) is known color: Lily. HEX triplet: CA, 93 and B6. RGB value is (202,147,182). Sum of RGB (Red+Green+Blue) = 202+147+182=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93B6 is #356C49. Grayscale: #A7A7A7. Windows color (decimal): -3501130 or 11965386. OLE color: 11965386.

HSL color Cylindrical-coordinate representation of color #CA93B6: hue angle of 321.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA93B6 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 182 -
CMYK 0 0.27 0.10 0.21
HSL 321.82º 0.34% 0.68% -
HSV(B) 321.82º 0.27% 0.79% -
XYZ 43.23 36.8 49.08 -
YUV 167.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 202 147 182 0 0.27 0.10 0.21 321.82 0.34 0.68
Hex CA 93 B6 0 1B A 15 142 22 44
Octal 312 223 266 0 33 12 25 502 42 104
Binary 11001010 10010011 10110110 0 11011 1010 10101 101000010 100010 1000100

Color Harmonies of #CA93B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93B6

Black with #CA93B6

Text Example


Text Example

White with #CA93B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93B6; }

 p { color: rgb(202,147,182); }

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

background-color css

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

 a { background-color: rgb(202,147,182); }

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

border-color css

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

 span { border-color: rgb(202,147,182); }

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