Html Css Color HEX #C592EB Wisteria

📋 copy color: '#C592EB'

red 197 ◦ green 146 ◦ blue 235

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

Shades of Wisteria #C592EB

Tints of Wisteria #C592EB

RGB

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

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

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

R = 34.08%
G = 25.26%
B = 40.66%

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

#C592EB (or 0xC592EB) is known color: Wisteria. HEX triplet: C5, 92 and EB. RGB value is (197,146,235). Sum of RGB (Red+Green+Blue) = 197+146+235=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #C592EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592EB is #3A6D14. Grayscale: #ABABAB. Windows color (decimal): -3829013 or 15438533. OLE color: 15438533.

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

Color convert

RGB 197 146 235 -
CMYK 0.16 0.38 0 0.08
HSL 274.38º 0.69% 0.75% -
HSV(B) 274.38º 0.38% 0.92% -
XYZ 48.3 38.43 83.47 -
YUV 171.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 197 146 235 0.16 0.38 0 0.08 274.38 0.69 0.75
Hex C5 92 EB 10 26 0 8 112 45 4B
Octal 305 222 353 20 46 0 10 422 105 113
Binary 11000101 10010010 11101011 10000 100110 0 1000 100010010 1000101 1001011

Color Harmonies of #C592EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C592EB

Black with #C592EB

Text Example


Text Example

White with #C592EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C592EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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