Html Css Color HEX #C58CDA Wisteria

📋 copy color: '#C58CDA'

red 197 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #C58CDA

Tints of Wisteria #C58CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 35.5%
G = 25.23%
B = 39.28%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C58CDA (or 0xC58CDA) is known color: Wisteria. HEX triplet: C5, 8C and DA. RGB value is (197,140,218). Sum of RGB (Red+Green+Blue) = 197+140+218=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #C58CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CDA is #3A7325. Grayscale: #A5A5A5. Windows color (decimal): -3830566 or 14322885. OLE color: 14322885.

HSL color Cylindrical-coordinate representation of color #C58CDA: hue angle of 283.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58CDA is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 140 218 -
CMYK 0.10 0.36 0 0.15
HSL 283.85º 0.51% 0.7% -
HSV(B) 283.85º 0.36% 0.85% -
XYZ 45.06 35.69 70.84 -
YUV 165.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 197 140 218 0.10 0.36 0 0.15 283.85 0.51 0.7
Hex C5 8C DA A 24 0 F 11C 33 46
Octal 305 214 332 12 44 0 17 434 63 106
Binary 11000101 10001100 11011010 1010 100100 0 1111 100011100 110011 1000110

Color Harmonies of #C58CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CDA

Black with #C58CDA

Text Example


Text Example

White with #C58CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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