Html Css Color HEX #C58DFB Wisteria

📋 copy color: '#C58DFB'

red 197 ◦ green 141 ◦ blue 251

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

Shades of Wisteria #C58DFB

Tints of Wisteria #C58DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.94%

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 33.45%
G = 23.94%
B = 42.61%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C58DFB (or 0xC58DFB) is known color: Wisteria. HEX triplet: C5, 8D and FB. RGB value is (197,141,251). Sum of RGB (Red+Green+Blue) = 197+141+251=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #C58DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58DFB is #3A7204. Grayscale: #A9A9A9. Windows color (decimal): -3830277 or 16485829. OLE color: 16485829.

HSL color Cylindrical-coordinate representation of color #C58DFB: hue angle of 270.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58DFB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 141 251 -
CMYK 0.22 0.44 0 0.02
HSL 270.55º 0.93% 0.77% -
HSV(B) 270.55º 0.44% 0.98% -
XYZ 49.96 37.89 95.95 -
YUV 170.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 197 141 251 0.22 0.44 0 0.02 270.55 0.93 0.77
Hex C5 8D FB 16 2C 0 2 10F 5D 4D
Octal 305 215 373 26 54 0 2 417 135 115
Binary 11000101 10001101 11111011 10110 101100 0 10 100001111 1011101 1001101

Color Harmonies of #C58DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DFB

Black with #C58DFB

Text Example


Text Example

White with #C58DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DFB; }

 p { color: rgb(197,141,251); }

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

background-color css

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

 a { background-color: rgb(197,141,251); }

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

border-color css

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

 span { border-color: rgb(197,141,251); }

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