Html Css Color HEX #C588EA Wisteria

📋 copy color: '#C588EA'

red 197 ◦ green 136 ◦ blue 234

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

Shades of Wisteria #C588EA

Tints of Wisteria #C588EA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.99%

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

R = 34.74%
G = 23.99%
B = 41.27%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C588EA (or 0xC588EA) is known color: Wisteria. HEX triplet: C5, 88 and EA. RGB value is (197,136,234). Sum of RGB (Red+Green+Blue) = 197+136+234=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #C588EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C588EA is #3A7715. Grayscale: #A5A5A5. Windows color (decimal): -3831574 or 15370437. OLE color: 15370437.

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

Color convert

RGB 197 136 234 -
CMYK 0.16 0.42 0 0.08
HSL 277.35º 0.7% 0.73% -
HSV(B) 277.35º 0.42% 0.92% -
XYZ 46.68 35.42 82.22 -
YUV 165.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 197 136 234 0.16 0.42 0 0.08 277.35 0.7 0.73
Hex C5 88 EA 10 2A 0 8 115 46 49
Octal 305 210 352 20 52 0 10 425 106 111
Binary 11000101 10001000 11101010 10000 101010 0 1000 100010101 1000110 1001001

Color Harmonies of #C588EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C588EA

Black with #C588EA

Text Example


Text Example

White with #C588EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C588EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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