Html Css Color HEX #C390CA Lilac

📋 copy color: '#C390CA'

red 195 ◦ green 144 ◦ blue 202

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

Shades of Lilac #C390CA

Tints of Lilac #C390CA

RGB

 RED value IS 195 (76.56% from 255) = 36.04%

 GREEN value IS 144 (56.64% from 255) = 26.62%

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

R = 36.04%
G = 26.62%
B = 37.34%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C390CA (or 0xC390CA) is known color: Lilac. HEX triplet: C3, 90 and CA. RGB value is (195,144,202). Sum of RGB (Red+Green+Blue) = 195+144+202=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C390CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390CA is #3C6F35. Grayscale: #A5A5A5. Windows color (decimal): -3960630 or 13275331. OLE color: 13275331.

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

Color convert

RGB 195 144 202 -
CMYK 0.03 0.29 0 0.21
HSL 292.76º 0.35% 0.68% -
HSV(B) 292.76º 0.29% 0.79% -
XYZ 43.14 35.81 60.52 -
YUV 165.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 195 144 202 0.03 0.29 0 0.21 292.76 0.35 0.68
Hex C3 90 CA 3 1D 0 15 125 23 44
Octal 303 220 312 3 35 0 25 445 43 104
Binary 11000011 10010000 11001010 11 11101 0 10101 100100101 100011 1000100

Color Harmonies of #C390CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390CA

Black with #C390CA

Text Example


Text Example

White with #C390CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390CA; }

 p { color: rgb(195,144,202); }

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

background-color css

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

 a { background-color: rgb(195,144,202); }

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

border-color css

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

 span { border-color: rgb(195,144,202); }

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