Html Css Color HEX #C58EFD Wisteria

📋 copy color: '#C58EFD'

red 197 ◦ green 142 ◦ blue 253

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

Shades of Wisteria #C58EFD

Tints of Wisteria #C58EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.99%

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

R = 33.28%
G = 23.99%
B = 42.74%

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

#C58EFD (or 0xC58EFD) is known color: Wisteria. HEX triplet: C5, 8E and FD. RGB value is (197,142,253). Sum of RGB (Red+Green+Blue) = 197+142+253=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #C58EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EFD is #3A7102. Grayscale: #AAAAAA. Windows color (decimal): -3830019 or 16617157. OLE color: 16617157.

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

Color convert

RGB 197 142 253 -
CMYK 0.22 0.44 0 0.01
HSL 269.73º 0.97% 0.77% -
HSV(B) 269.73º 0.44% 0.99% -
XYZ 50.43 38.31 97.66 -
YUV 171.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 197 142 253 0.22 0.44 0 0.01 269.73 0.97 0.77
Hex C5 8E FD 16 2C 0 1 10E 61 4D
Octal 305 216 375 26 54 0 1 416 141 115
Binary 11000101 10001110 11111101 10110 101100 0 1 100001110 1100001 1001101

Color Harmonies of #C58EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58EFD

Black with #C58EFD

Text Example


Text Example

White with #C58EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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