Html Css Color HEX #C58DFC Wisteria

📋 copy color: '#C58DFC'

red 197 ◦ green 141 ◦ blue 252

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

Shades of Wisteria #C58DFC

Tints of Wisteria #C58DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 33.39%
G = 23.9%
B = 42.71%

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

#C58DFC (or 0xC58DFC) is known color: Wisteria. HEX triplet: C5, 8D and FC. RGB value is (197,141,252). Sum of RGB (Red+Green+Blue) = 197+141+252=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #C58DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58DFC is #3A7203. Grayscale: #AAAAAA. Windows color (decimal): -3830276 or 16551365. OLE color: 16551365.

HSL color Cylindrical-coordinate representation of color #C58DFC: hue angle of 270.27º degrees, saturation: 0.95, 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 #C58DFC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 141 252 -
CMYK 0.22 0.44 0 0.01
HSL 270.27º 0.95% 0.77% -
HSV(B) 270.27º 0.44% 0.99% -
XYZ 50.12 37.95 96.78 -
YUV 170.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 197 141 252 0.22 0.44 0 0.01 270.27 0.95 0.77
Hex C5 8D FC 16 2C 0 1 10E 5F 4D
Octal 305 215 374 26 54 0 1 416 137 115
Binary 11000101 10001101 11111100 10110 101100 0 1 100001110 1011111 1001101

Color Harmonies of #C58DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DFC

Black with #C58DFC

Text Example


Text Example

White with #C58DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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