Html Css Color HEX #C592EA Wisteria

📋 copy color: '#C592EA'

red 197 ◦ green 146 ◦ blue 234

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

Shades of Wisteria #C592EA

Tints of Wisteria #C592EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 34.14%
G = 25.3%
B = 40.55%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C592EA (or 0xC592EA) is known color: Wisteria. HEX triplet: C5, 92 and EA. RGB value is (197,146,234). Sum of RGB (Red+Green+Blue) = 197+146+234=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #C592EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592EA is #3A6D15. Grayscale: #AAAAAA. Windows color (decimal): -3829014 or 15372997. OLE color: 15372997.

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

Color convert

RGB 197 146 234 -
CMYK 0.16 0.38 0 0.08
HSL 274.77º 0.68% 0.75% -
HSV(B) 274.77º 0.38% 0.92% -
XYZ 48.16 38.37 82.71 -
YUV 171.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 197 146 234 0.16 0.38 0 0.08 274.77 0.68 0.75
Hex C5 92 EA 10 26 0 8 113 44 4B
Octal 305 222 352 20 46 0 10 423 104 113
Binary 11000101 10010010 11101010 10000 100110 0 1000 100010011 1000100 1001011

Color Harmonies of #C592EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C592EA

Black with #C592EA

Text Example


Text Example

White with #C592EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C592EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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