Html Css Color HEX #C58EE2 Wisteria

📋 copy color: '#C58EE2'

red 197 ◦ green 142 ◦ blue 226

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

Shades of Wisteria #C58EE2

Tints of Wisteria #C58EE2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.13%

 BLUE value IS 226 (88.67% from 255) = 40%

R = 34.87%
G = 25.13%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C58EE2 (or 0xC58EE2) is known color: Wisteria. HEX triplet: C5, 8E and E2. RGB value is (197,142,226). Sum of RGB (Red+Green+Blue) = 197+142+226=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #C58EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EE2 is #3A711D. Grayscale: #A7A7A7. Windows color (decimal): -3830046 or 14847685. OLE color: 14847685.

HSL color Cylindrical-coordinate representation of color #C58EE2: hue angle of 279.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C58EE2 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 142 226 -
CMYK 0.13 0.37 0 0.11
HSL 279.29º 0.59% 0.72% -
HSV(B) 279.29º 0.37% 0.89% -
XYZ 46.43 36.71 76.59 -
YUV 168.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 197 142 226 0.13 0.37 0 0.11 279.29 0.59 0.72
Hex C5 8E E2 D 25 0 B 117 3B 48
Octal 305 216 342 15 45 0 13 427 73 110
Binary 11000101 10001110 11100010 1101 100101 0 1011 100010111 111011 1001000

Color Harmonies of #C58EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58EE2

Black with #C58EE2

Text Example


Text Example

White with #C58EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58EE2; }

 p { color: rgb(197,142,226); }

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

background-color css

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

 a { background-color: rgb(197,142,226); }

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

border-color css

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

 span { border-color: rgb(197,142,226); }

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