Html Css Color HEX #C595EC Wisteria

📋 copy color: '#C595EC'

red 197 ◦ green 149 ◦ blue 236

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

Shades of Wisteria #C595EC

Tints of Wisteria #C595EC

RGB

 RED value IS 197 (77.34% from 255) = 33.85%

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

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

R = 33.85%
G = 25.6%
B = 40.55%

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

#C595EC (or 0xC595EC) is known color: Wisteria. HEX triplet: C5, 95 and EC. RGB value is (197,149,236). Sum of RGB (Red+Green+Blue) = 197+149+236=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #C595EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595EC is #3A6A13. Grayscale: #ACACAC. Windows color (decimal): -3828244 or 15504837. OLE color: 15504837.

HSL color Cylindrical-coordinate representation of color #C595EC: hue angle of 273.1º 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 #C595EC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 149 236 -
CMYK 0.17 0.37 0 0.07
HSL 273.1º 0.7% 0.75% -
HSV(B) 273.1º 0.37% 0.93% -
XYZ 48.91 39.42 84.39 -
YUV 173.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 197 149 236 0.17 0.37 0 0.07 273.1 0.7 0.75
Hex C5 95 EC 11 25 0 7 111 46 4B
Octal 305 225 354 21 45 0 7 421 106 113
Binary 11000101 10010101 11101100 10001 100101 0 111 100010001 1000110 1001011

Color Harmonies of #C595EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595EC

Black with #C595EC

Text Example


Text Example

White with #C595EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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