Html Css Color HEX #C395EC Wisteria

📋 copy color: '#C395EC'

red 195 ◦ green 149 ◦ blue 236

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

Shades of Wisteria #C395EC

Tints of Wisteria #C395EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 33.62%
G = 25.69%
B = 40.69%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C395EC (or 0xC395EC) is known color: Wisteria. HEX triplet: C3, 95 and EC. RGB value is (195,149,236). Sum of RGB (Red+Green+Blue) = 195+149+236=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #C395EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C395EC is #3C6A13. Grayscale: #ACACAC. Windows color (decimal): -3959316 or 15504835. OLE color: 15504835.

HSL color Cylindrical-coordinate representation of color #C395EC: hue angle of 271.72º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C395EC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 149 236 -
CMYK 0.17 0.37 0 0.07
HSL 271.72º 0.7% 0.75% -
HSV(B) 271.72º 0.37% 0.93% -
XYZ 48.39 39.15 84.36 -
YUV 172.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 195 149 236 0.17 0.37 0 0.07 271.72 0.7 0.75
Hex C3 95 EC 11 25 0 7 110 46 4B
Octal 303 225 354 21 45 0 7 420 106 113
Binary 11000011 10010101 11101100 10001 100101 0 111 100010000 1000110 1001011

Color Harmonies of #C395EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395EC

Black with #C395EC

Text Example


Text Example

White with #C395EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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