Html Css Color HEX #C395CE Wisteria

📋 copy color: '#C395CE'

red 195 ◦ green 149 ◦ blue 206

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

Shades of Wisteria #C395CE

Tints of Wisteria #C395CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 35.45%
G = 27.09%
B = 37.45%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C395CE (or 0xC395CE) is known color: Wisteria. HEX triplet: C3, 95 and CE. RGB value is (195,149,206). Sum of RGB (Red+Green+Blue) = 195+149+206=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #C395CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395CE is #3C6A31. Grayscale: #A9A9A9. Windows color (decimal): -3959346 or 13538755. OLE color: 13538755.

HSL color Cylindrical-coordinate representation of color #C395CE: hue angle of 288.42º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C395CE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 149 206 -
CMYK 0.05 0.28 0 0.19
HSL 288.42º 0.37% 0.7% -
HSV(B) 288.42º 0.28% 0.81% -
XYZ 44.39 37.55 63.3 -
YUV 169.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 195 149 206 0.05 0.28 0 0.19 288.42 0.37 0.7
Hex C3 95 CE 5 1C 0 13 120 25 46
Octal 303 225 316 5 34 0 23 440 45 106
Binary 11000011 10010101 11001110 101 11100 0 10011 100100000 100101 1000110

Color Harmonies of #C395CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395CE

Black with #C395CE

Text Example


Text Example

White with #C395CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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