Html Css Color HEX #C395DA Wisteria

📋 copy color: '#C395DA'

red 195 ◦ green 149 ◦ blue 218

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

Shades of Wisteria #C395DA

Tints of Wisteria #C395DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 34.7%
G = 26.51%
B = 38.79%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C395DA (or 0xC395DA) is known color: Wisteria. HEX triplet: C3, 95 and DA. RGB value is (195,149,218). Sum of RGB (Red+Green+Blue) = 195+149+218=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C395DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395DA is #3C6A25. Grayscale: #AAAAAA. Windows color (decimal): -3959334 or 14325187. OLE color: 14325187.

HSL color Cylindrical-coordinate representation of color #C395DA: hue angle of 280º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C395DA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 149 218 -
CMYK 0.11 0.32 0 0.15
HSL 280º 0.48% 0.72% -
HSV(B) 280º 0.32% 0.85% -
XYZ 45.91 38.16 71.28 -
YUV 170.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 195 149 218 0.11 0.32 0 0.15 280 0.48 0.72
Hex C3 95 DA B 20 0 F 118 30 48
Octal 303 225 332 13 40 0 17 430 60 110
Binary 11000011 10010101 11011010 1011 100000 0 1111 100011000 110000 1001000

Color Harmonies of #C395DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395DA

Black with #C395DA

Text Example


Text Example

White with #C395DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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