Html Css Color HEX #C58AE3 Wisteria

📋 copy color: '#C58AE3'

red 197 ◦ green 138 ◦ blue 227

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

Shades of Wisteria #C58AE3

Tints of Wisteria #C58AE3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.56%

 BLUE value IS 227 (89.06% from 255) = 40.39%

R = 35.05%
G = 24.56%
B = 40.39%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C58AE3 (or 0xC58AE3) is known color: Wisteria. HEX triplet: C5, 8A and E3. RGB value is (197,138,227). Sum of RGB (Red+Green+Blue) = 197+138+227=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #C58AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AE3 is #3A751C. Grayscale: #A5A5A5. Windows color (decimal): -3831069 or 14912197. OLE color: 14912197.

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

Color convert

RGB 197 138 227 -
CMYK 0.13 0.39 0 0.11
HSL 279.78º 0.61% 0.72% -
HSV(B) 279.78º 0.39% 0.89% -
XYZ 45.98 35.59 77.12 -
YUV 165.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 197 138 227 0.13 0.39 0 0.11 279.78 0.61 0.72
Hex C5 8A E3 D 27 0 B 118 3D 48
Octal 305 212 343 15 47 0 13 430 75 110
Binary 11000101 10001010 11100011 1101 100111 0 1011 100011000 111101 1001000

Color Harmonies of #C58AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AE3

Black with #C58AE3

Text Example


Text Example

White with #C58AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AE3; }

 p { color: rgb(197,138,227); }

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

background-color css

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

 a { background-color: rgb(197,138,227); }

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

border-color css

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

 span { border-color: rgb(197,138,227); }

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