Html Css Color HEX #C592EC Wisteria

📋 copy color: '#C592EC'

red 197 ◦ green 146 ◦ blue 236

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

Shades of Wisteria #C592EC

Tints of Wisteria #C592EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.22%

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

R = 34.02%
G = 25.22%
B = 40.76%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C592EC (or 0xC592EC) is known color: Wisteria. HEX triplet: C5, 92 and EC. RGB value is (197,146,236). Sum of RGB (Red+Green+Blue) = 197+146+236=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #C592EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592EC is #3A6D13. Grayscale: #ABABAB. Windows color (decimal): -3829012 or 15504069. OLE color: 15504069.

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

Color convert

RGB 197 146 236 -
CMYK 0.17 0.38 0 0.07
HSL 274º 0.7% 0.75% -
HSV(B) 274º 0.38% 0.93% -
XYZ 48.45 38.48 84.23 -
YUV 171.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 197 146 236 0.17 0.38 0 0.07 274 0.7 0.75
Hex C5 92 EC 11 26 0 7 112 46 4B
Octal 305 222 354 21 46 0 7 422 106 113
Binary 11000101 10010010 11101100 10001 100110 0 111 100010010 1000110 1001011

Color Harmonies of #C592EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C592EC

Black with #C592EC

Text Example


Text Example

White with #C592EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C592EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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