Html Css Color HEX #C594EB Wisteria

📋 copy color: '#C594EB'

red 197 ◦ green 148 ◦ blue 235

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

Shades of Wisteria #C594EB

Tints of Wisteria #C594EB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.52%

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

R = 33.97%
G = 25.52%
B = 40.52%

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

#C594EB (or 0xC594EB) is known color: Wisteria. HEX triplet: C5, 94 and EB. RGB value is (197,148,235). Sum of RGB (Red+Green+Blue) = 197+148+235=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #C594EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C594EB is #3A6B14. Grayscale: #ACACAC. Windows color (decimal): -3828501 or 15439045. OLE color: 15439045.

HSL color Cylindrical-coordinate representation of color #C594EB: hue angle of 273.79º degrees, saturation: 0.69, 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 #C594EB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 148 235 -
CMYK 0.16 0.37 0 0.08
HSL 273.79º 0.69% 0.75% -
HSV(B) 273.79º 0.37% 0.92% -
XYZ 48.61 39.05 83.57 -
YUV 172.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 197 148 235 0.16 0.37 0 0.08 273.79 0.69 0.75
Hex C5 94 EB 10 25 0 8 112 45 4B
Octal 305 224 353 20 45 0 10 422 105 113
Binary 11000101 10010100 11101011 10000 100101 0 1000 100010010 1000101 1001011

Color Harmonies of #C594EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594EB

Black with #C594EB

Text Example


Text Example

White with #C594EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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