Html Css Color HEX #C395CD Lilac

📋 copy color: '#C395CD'

red 195 ◦ green 149 ◦ blue 205

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

Shades of Lilac #C395CD

Tints of Lilac #C395CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 35.52%
G = 27.14%
B = 37.34%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C395CD (or 0xC395CD) is known color: Lilac. HEX triplet: C3, 95 and CD. RGB value is (195,149,205). Sum of RGB (Red+Green+Blue) = 195+149+205=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #C395CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395CD is #3C6A32. Grayscale: #A8A8A8. Windows color (decimal): -3959347 or 13473219. OLE color: 13473219.

HSL color Cylindrical-coordinate representation of color #C395CD: hue angle of 289.29º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C395CD is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 149 205 -
CMYK 0.05 0.27 0 0.20
HSL 289.29º 0.36% 0.69% -
HSV(B) 289.29º 0.27% 0.8% -
XYZ 44.27 37.5 62.66 -
YUV 169.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 195 149 205 0.05 0.27 0 0.20 289.29 0.36 0.69
Hex C3 95 CD 5 1B 0 14 121 24 45
Octal 303 225 315 5 33 0 24 441 44 105
Binary 11000011 10010101 11001101 101 11011 0 10100 100100001 100100 1000101

Color Harmonies of #C395CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395CD

Black with #C395CD

Text Example


Text Example

White with #C395CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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