Html Css Color HEX #C58CD0 Wisteria

📋 copy color: '#C58CD0'

red 197 ◦ green 140 ◦ blue 208

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

Shades of Wisteria #C58CD0

Tints of Wisteria #C58CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.17%

R = 36.15%
G = 25.69%
B = 38.17%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C58CD0 (or 0xC58CD0) is known color: Wisteria. HEX triplet: C5, 8C and D0. RGB value is (197,140,208). Sum of RGB (Red+Green+Blue) = 197+140+208=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #C58CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CD0 is #3A732F. Grayscale: #A4A4A4. Windows color (decimal): -3830576 or 13667525. OLE color: 13667525.

HSL color Cylindrical-coordinate representation of color #C58CD0: hue angle of 290.29º degrees, saturation: 0.42, 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 #C58CD0 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 140 208 -
CMYK 0.05 0.33 0 0.18
HSL 290.29º 0.42% 0.68% -
HSV(B) 290.29º 0.33% 0.82% -
XYZ 43.79 35.18 64.16 -
YUV 164.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 197 140 208 0.05 0.33 0 0.18 290.29 0.42 0.68
Hex C5 8C D0 5 21 0 12 122 2A 44
Octal 305 214 320 5 41 0 22 442 52 104
Binary 11000101 10001100 11010000 101 100001 0 10010 100100010 101010 1000100

Color Harmonies of #C58CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CD0

Black with #C58CD0

Text Example


Text Example

White with #C58CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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