Html Css Color HEX #C590EB Wisteria

📋 copy color: '#C590EB'

red 197 ◦ green 144 ◦ blue 235

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

Shades of Wisteria #C590EB

Tints of Wisteria #C590EB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25%

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

R = 34.2%
G = 25%
B = 40.8%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C590EB (or 0xC590EB) is known color: Wisteria. HEX triplet: C5, 90 and EB. RGB value is (197,144,235). Sum of RGB (Red+Green+Blue) = 197+144+235=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #C590EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590EB is #3A6F14. Grayscale: #A9A9A9. Windows color (decimal): -3829525 or 15438021. OLE color: 15438021.

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

Color convert

RGB 197 144 235 -
CMYK 0.16 0.39 0 0.08
HSL 274.95º 0.69% 0.74% -
HSV(B) 274.95º 0.39% 0.92% -
XYZ 47.99 37.82 83.37 -
YUV 170.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 197 144 235 0.16 0.39 0 0.08 274.95 0.69 0.74
Hex C5 90 EB 10 27 0 8 113 45 4A
Octal 305 220 353 20 47 0 10 423 105 112
Binary 11000101 10010000 11101011 10000 100111 0 1000 100010011 1000101 1001010

Color Harmonies of #C590EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C590EB

Black with #C590EB

Text Example


Text Example

White with #C590EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C590EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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