Html Css Color HEX #C594CA Lilac

📋 copy color: '#C594CA'

red 197 ◦ green 148 ◦ blue 202

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

Shades of Lilac #C594CA

Tints of Lilac #C594CA

RGB

 RED value IS 197 (77.34% from 255) = 36.01%

 GREEN value IS 148 (58.2% from 255) = 27.06%

 BLUE value IS 202 (79.3% from 255) = 36.93%

R = 36.01%
G = 27.06%
B = 36.93%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C594CA (or 0xC594CA) is known color: Lilac. HEX triplet: C5, 94 and CA. RGB value is (197,148,202). Sum of RGB (Red+Green+Blue) = 197+148+202=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #C594CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594CA is #3A6B35. Grayscale: #A8A8A8. Windows color (decimal): -3828534 or 13276357. OLE color: 13276357.

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

Color convert

RGB 197 148 202 -
CMYK 0.02 0.27 0 0.21
HSL 294.44º 0.34% 0.69% -
HSV(B) 294.44º 0.27% 0.79% -
XYZ 44.28 37.31 60.75 -
YUV 168.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 197 148 202 0.02 0.27 0 0.21 294.44 0.34 0.69
Hex C5 94 CA 2 1B 0 15 126 22 45
Octal 305 224 312 2 33 0 25 446 42 105
Binary 11000101 10010100 11001010 10 11011 0 10101 100100110 100010 1000101

Color Harmonies of #C594CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594CA

Black with #C594CA

Text Example


Text Example

White with #C594CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594CA; }

 p { color: rgb(197,148,202); }

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

background-color css

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

 a { background-color: rgb(197,148,202); }

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

border-color css

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

 span { border-color: rgb(197,148,202); }

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