Html Css Color HEX #C395DD Wisteria

📋 copy color: '#C395DD'

red 195 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #C395DD

Tints of Wisteria #C395DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 34.51%
G = 26.37%
B = 39.12%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C395DD (or 0xC395DD) is known color: Wisteria. HEX triplet: C3, 95 and DD. RGB value is (195,149,221). Sum of RGB (Red+Green+Blue) = 195+149+221=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C395DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395DD is #3C6A22. Grayscale: #AAAAAA. Windows color (decimal): -3959331 or 14521795. OLE color: 14521795.

HSL color Cylindrical-coordinate representation of color #C395DD: hue angle of 278.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C395DD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 149 221 -
CMYK 0.12 0.33 0 0.13
HSL 278.33º 0.51% 0.73% -
HSV(B) 278.33º 0.33% 0.87% -
XYZ 46.3 38.32 73.36 -
YUV 170.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 195 149 221 0.12 0.33 0 0.13 278.33 0.51 0.73
Hex C3 95 DD C 21 0 D 116 33 49
Octal 303 225 335 14 41 0 15 426 63 111
Binary 11000011 10010101 11011101 1100 100001 0 1101 100010110 110011 1001001

Color Harmonies of #C395DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395DD

Black with #C395DD

Text Example


Text Example

White with #C395DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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