Html Css Color HEX #C395D4 Wisteria

📋 copy color: '#C395D4'

red 195 ◦ green 149 ◦ blue 212

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

Shades of Wisteria #C395D4

Tints of Wisteria #C395D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 35.07%
G = 26.8%
B = 38.13%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C395D4 (or 0xC395D4) is known color: Wisteria. HEX triplet: C3, 95 and D4. RGB value is (195,149,212). Sum of RGB (Red+Green+Blue) = 195+149+212=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #C395D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395D4 is #3C6A2B. Grayscale: #A9A9A9. Windows color (decimal): -3959340 or 13931971. OLE color: 13931971.

HSL color Cylindrical-coordinate representation of color #C395D4: hue angle of 283.81º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C395D4 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 149 212 -
CMYK 0.08 0.30 0 0.17
HSL 283.81º 0.42% 0.71% -
HSV(B) 283.81º 0.3% 0.83% -
XYZ 45.14 37.85 67.21 -
YUV 169.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 195 149 212 0.08 0.30 0 0.17 283.81 0.42 0.71
Hex C3 95 D4 8 1E 0 11 11C 2A 47
Octal 303 225 324 10 36 0 21 434 52 107
Binary 11000011 10010101 11010100 1000 11110 0 10001 100011100 101010 1000111

Color Harmonies of #C395D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395D4

Black with #C395D4

Text Example


Text Example

White with #C395D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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