Html Css Color HEX #C58CFD Wisteria

📋 copy color: '#C58CFD'

red 197 ◦ green 140 ◦ blue 253

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

Shades of Wisteria #C58CFD

Tints of Wisteria #C58CFD

RGB

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

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

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

R = 33.39%
G = 23.73%
B = 42.88%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C58CFD (or 0xC58CFD) is known color: Wisteria. HEX triplet: C5, 8C and FD. RGB value is (197,140,253). Sum of RGB (Red+Green+Blue) = 197+140+253=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #C58CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CFD is #3A7302. Grayscale: #A9A9A9. Windows color (decimal): -3830531 or 16616645. OLE color: 16616645.

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

Color convert

RGB 197 140 253 -
CMYK 0.22 0.45 0 0.01
HSL 270.27º 0.97% 0.77% -
HSV(B) 270.27º 0.45% 0.99% -
XYZ 50.13 37.72 97.57 -
YUV 169.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 197 140 253 0.22 0.45 0 0.01 270.27 0.97 0.77
Hex C5 8C FD 16 2D 0 1 10E 61 4D
Octal 305 214 375 26 55 0 1 416 141 115
Binary 11000101 10001100 11111101 10110 101101 0 1 100001110 1100001 1001101

Color Harmonies of #C58CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CFD

Black with #C58CFD

Text Example


Text Example

White with #C58CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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