Html Css Color HEX #C595EB Wisteria

📋 copy color: '#C595EB'

red 197 ◦ green 149 ◦ blue 235

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

Shades of Wisteria #C595EB

Tints of Wisteria #C595EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 33.91%
G = 25.65%
B = 40.45%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C595EB (or 0xC595EB) is known color: Wisteria. HEX triplet: C5, 95 and EB. RGB value is (197,149,235). Sum of RGB (Red+Green+Blue) = 197+149+235=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #C595EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595EB is #3A6A14. Grayscale: #ACACAC. Windows color (decimal): -3828245 or 15439301. OLE color: 15439301.

HSL color Cylindrical-coordinate representation of color #C595EB: hue angle of 273.49º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C595EB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 149 235 -
CMYK 0.16 0.37 0 0.08
HSL 273.49º 0.68% 0.75% -
HSV(B) 273.49º 0.37% 0.92% -
XYZ 48.77 39.36 83.62 -
YUV 173.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 197 149 235 0.16 0.37 0 0.08 273.49 0.68 0.75
Hex C5 95 EB 10 25 0 8 111 44 4B
Octal 305 225 353 20 45 0 10 421 104 113
Binary 11000101 10010101 11101011 10000 100101 0 1000 100010001 1000100 1001011

Color Harmonies of #C595EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595EB

Black with #C595EB

Text Example


Text Example

White with #C595EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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