Html Css Color HEX #CA93BE Lily

📋 copy color: '#CA93BE'

red 202 ◦ green 147 ◦ blue 190

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

Shades of Lily #CA93BE

Tints of Lily #CA93BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 37.48%
G = 27.27%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA93BE (or 0xCA93BE) is known color: Lily. HEX triplet: CA, 93 and BE. RGB value is (202,147,190). Sum of RGB (Red+Green+Blue) = 202+147+190=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93BE is #356C41. Grayscale: #A8A8A8. Windows color (decimal): -3501122 or 12489674. OLE color: 12489674.

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

Color convert

RGB 202 147 190 -
CMYK 0 0.27 0.06 0.21
HSL 313.09º 0.34% 0.68% -
HSV(B) 313.09º 0.27% 0.79% -
XYZ 44.09 37.14 53.56 -
YUV 168.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 202 147 190 0 0.27 0.06 0.21 313.09 0.34 0.68
Hex CA 93 BE 0 1B 6 15 139 22 44
Octal 312 223 276 0 33 6 25 471 42 104
Binary 11001010 10010011 10111110 0 11011 110 10101 100111001 100010 1000100

Color Harmonies of #CA93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93BE

Black with #CA93BE

Text Example


Text Example

White with #CA93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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