Html Css Color HEX #C58CE1 Wisteria

📋 copy color: '#C58CE1'

red 197 ◦ green 140 ◦ blue 225

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

Shades of Wisteria #C58CE1

Tints of Wisteria #C58CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.91%

 BLUE value IS 225 (88.28% from 255) = 40.04%

R = 35.05%
G = 24.91%
B = 40.04%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C58CE1 (or 0xC58CE1) is known color: Wisteria. HEX triplet: C5, 8C and E1. RGB value is (197,140,225). Sum of RGB (Red+Green+Blue) = 197+140+225=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #C58CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CE1 is #3A731E. Grayscale: #A6A6A6. Windows color (decimal): -3830559 or 14781637. OLE color: 14781637.

HSL color Cylindrical-coordinate representation of color #C58CE1: hue angle of 280.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C58CE1 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 140 225 -
CMYK 0.12 0.38 0 0.12
HSL 280.24º 0.59% 0.72% -
HSV(B) 280.24º 0.38% 0.88% -
XYZ 45.99 36.06 75.77 -
YUV 166.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 197 140 225 0.12 0.38 0 0.12 280.24 0.59 0.72
Hex C5 8C E1 C 26 0 C 118 3B 48
Octal 305 214 341 14 46 0 14 430 73 110
Binary 11000101 10001100 11100001 1100 100110 0 1100 100011000 111011 1001000

Color Harmonies of #C58CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CE1

Black with #C58CE1

Text Example


Text Example

White with #C58CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CE1; }

 p { color: rgb(197,140,225); }

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

background-color css

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

 a { background-color: rgb(197,140,225); }

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

border-color css

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

 span { border-color: rgb(197,140,225); }

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