Html Css Color HEX #C395CA Lilac

📋 copy color: '#C395CA'

red 195 ◦ green 149 ◦ blue 202

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

Shades of Lilac #C395CA

Tints of Lilac #C395CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.29%

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

R = 35.71%
G = 27.29%
B = 37%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C395CA (or 0xC395CA) is known color: Lilac. HEX triplet: C3, 95 and CA. RGB value is (195,149,202). Sum of RGB (Red+Green+Blue) = 195+149+202=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #C395CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395CA is #3C6A35. Grayscale: #A8A8A8. Windows color (decimal): -3959350 or 13276611. OLE color: 13276611.

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

Color convert

RGB 195 149 202 -
CMYK 0.03 0.26 0 0.21
HSL 292.08º 0.33% 0.69% -
HSV(B) 292.08º 0.26% 0.79% -
XYZ 43.91 37.36 60.77 -
YUV 168.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 195 149 202 0.03 0.26 0 0.21 292.08 0.33 0.69
Hex C3 95 CA 3 1A 0 15 124 21 45
Octal 303 225 312 3 32 0 25 444 41 105
Binary 11000011 10010101 11001010 11 11010 0 10101 100100100 100001 1000101

Color Harmonies of #C395CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395CA

Black with #C395CA

Text Example


Text Example

White with #C395CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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