Html Css Color HEX #C58CD1 Wisteria

📋 copy color: '#C58CD1'

red 197 ◦ green 140 ◦ blue 209

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

Shades of Wisteria #C58CD1

Tints of Wisteria #C58CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.28%

R = 36.08%
G = 25.64%
B = 38.28%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C58CD1 (or 0xC58CD1) is known color: Wisteria. HEX triplet: C5, 8C and D1. RGB value is (197,140,209). Sum of RGB (Red+Green+Blue) = 197+140+209=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #C58CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CD1 is #3A732E. Grayscale: #A4A4A4. Windows color (decimal): -3830575 or 13733061. OLE color: 13733061.

HSL color Cylindrical-coordinate representation of color #C58CD1: hue angle of 289.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58CD1 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 140 209 -
CMYK 0.06 0.33 0 0.18
HSL 289.57º 0.43% 0.68% -
HSV(B) 289.57º 0.33% 0.82% -
XYZ 43.91 35.23 64.81 -
YUV 164.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 197 140 209 0.06 0.33 0 0.18 289.57 0.43 0.68
Hex C5 8C D1 6 21 0 12 122 2B 44
Octal 305 214 321 6 41 0 22 442 53 104
Binary 11000101 10001100 11010001 110 100001 0 10010 100100010 101011 1000100

Color Harmonies of #C58CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CD1

Black with #C58CD1

Text Example


Text Example

White with #C58CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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