Html Css Color HEX #C592ED Wisteria

📋 copy color: '#C592ED'

red 197 ◦ green 146 ◦ blue 237

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

Shades of Wisteria #C592ED

Tints of Wisteria #C592ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 33.97%
G = 25.17%
B = 40.86%

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

#C592ED (or 0xC592ED) is known color: Wisteria. HEX triplet: C5, 92 and ED. RGB value is (197,146,237). Sum of RGB (Red+Green+Blue) = 197+146+237=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #C592ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592ED is #3A6D12. Grayscale: #ABABAB. Windows color (decimal): -3829011 or 15569605. OLE color: 15569605.

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

Color convert

RGB 197 146 237 -
CMYK 0.17 0.38 0 0.07
HSL 273.63º 0.72% 0.75% -
HSV(B) 273.63º 0.38% 0.93% -
XYZ 48.59 38.54 85 -
YUV 171.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 197 146 237 0.17 0.38 0 0.07 273.63 0.72 0.75
Hex C5 92 ED 11 26 0 7 112 48 4B
Octal 305 222 355 21 46 0 7 422 110 113
Binary 11000101 10010010 11101101 10001 100110 0 111 100010010 1001000 1001011

Color Harmonies of #C592ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C592ED

Black with #C592ED

Text Example


Text Example

White with #C592ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C592ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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