Html Css Color HEX #C58DFD Wisteria

📋 copy color: '#C58DFD'

red 197 ◦ green 141 ◦ blue 253

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

Shades of Wisteria #C58DFD

Tints of Wisteria #C58DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 33.33%
G = 23.86%
B = 42.81%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C58DFD (or 0xC58DFD) is known color: Wisteria. HEX triplet: C5, 8D and FD. RGB value is (197,141,253). Sum of RGB (Red+Green+Blue) = 197+141+253=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #C58DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58DFD is #3A7202. Grayscale: #AAAAAA. Windows color (decimal): -3830275 or 16616901. OLE color: 16616901.

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

Color convert

RGB 197 141 253 -
CMYK 0.22 0.44 0 0.01
HSL 270º 0.97% 0.77% -
HSV(B) 270º 0.44% 0.99% -
XYZ 50.28 38.01 97.62 -
YUV 170.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 197 141 253 0.22 0.44 0 0.01 270 0.97 0.77
Hex C5 8D FD 16 2C 0 1 10E 61 4D
Octal 305 215 375 26 54 0 1 416 141 115
Binary 11000101 10001101 11111101 10110 101100 0 1 100001110 1100001 1001101

Color Harmonies of #C58DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DFD

Black with #C58DFD

Text Example


Text Example

White with #C58DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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