Html Css Color HEX #C594EC Wisteria

📋 copy color: '#C594EC'

red 197 ◦ green 148 ◦ blue 236

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

Shades of Wisteria #C594EC

Tints of Wisteria #C594EC

RGB

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

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

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

R = 33.91%
G = 25.47%
B = 40.62%

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

#C594EC (or 0xC594EC) is known color: Wisteria. HEX triplet: C5, 94 and EC. RGB value is (197,148,236). Sum of RGB (Red+Green+Blue) = 197+148+236=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #C594EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C594EC is #3A6B13. Grayscale: #ACACAC. Windows color (decimal): -3828500 or 15504581. OLE color: 15504581.

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

Color convert

RGB 197 148 236 -
CMYK 0.17 0.37 0 0.07
HSL 273.41º 0.7% 0.75% -
HSV(B) 273.41º 0.37% 0.93% -
XYZ 48.76 39.11 84.34 -
YUV 172.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 197 148 236 0.17 0.37 0 0.07 273.41 0.7 0.75
Hex C5 94 EC 11 25 0 7 111 46 4B
Octal 305 224 354 21 45 0 7 421 106 113
Binary 11000101 10010100 11101100 10001 100101 0 111 100010001 1000110 1001011

Color Harmonies of #C594EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594EC

Black with #C594EC

Text Example


Text Example

White with #C594EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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