Html Css Color HEX #C395D8 Wisteria

📋 copy color: '#C395D8'

red 195 ◦ green 149 ◦ blue 216

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

Shades of Wisteria #C395D8

Tints of Wisteria #C395D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.57%

R = 34.82%
G = 26.61%
B = 38.57%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C395D8 (or 0xC395D8) is known color: Wisteria. HEX triplet: C3, 95 and D8. RGB value is (195,149,216). Sum of RGB (Red+Green+Blue) = 195+149+216=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #C395D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395D8 is #3C6A27. Grayscale: #AAAAAA. Windows color (decimal): -3959336 or 14194115. OLE color: 14194115.

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

Color convert

RGB 195 149 216 -
CMYK 0.10 0.31 0 0.15
HSL 281.19º 0.46% 0.72% -
HSV(B) 281.19º 0.31% 0.85% -
XYZ 45.65 38.05 69.91 -
YUV 170.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 195 149 216 0.10 0.31 0 0.15 281.19 0.46 0.72
Hex C3 95 D8 A 1F 0 F 119 2E 48
Octal 303 225 330 12 37 0 17 431 56 110
Binary 11000011 10010101 11011000 1010 11111 0 1111 100011001 101110 1001000

Color Harmonies of #C395D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395D8

Black with #C395D8

Text Example


Text Example

White with #C395D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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