Html Css Color HEX #C58FFE Wisteria

📋 copy color: '#C58FFE'

red 197 ◦ green 143 ◦ blue 254

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

Shades of Wisteria #C58FFE

Tints of Wisteria #C58FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.07%

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 33.16%
G = 24.07%
B = 42.76%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C58FFE (or 0xC58FFE) is known color: Wisteria. HEX triplet: C5, 8F and FE. RGB value is (197,143,254). Sum of RGB (Red+Green+Blue) = 197+143+254=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #C58FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FFE is #3A7001. Grayscale: #ABABAB. Windows color (decimal): -3829762 or 16682949. OLE color: 16682949.

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

Color convert

RGB 197 143 254 -
CMYK 0.22 0.44 0 0.00
HSL 269.19º 0.98% 0.78% -
HSV(B) 269.19º 0.44% 1% -
XYZ 50.74 38.67 98.56 -
YUV 171.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 197 143 254 0.22 0.44 0 0.00 269.19 0.98 0.78
Hex C5 8F FE 16 2C 0 0 10D 62 4E
Octal 305 217 376 26 54 0 0 415 142 116
Binary 11000101 10001111 11111110 10110 101100 0 0 100001101 1100010 1001110

Color Harmonies of #C58FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FFE

Black with #C58FFE

Text Example


Text Example

White with #C58FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FFE; }

 p { color: rgb(197,143,254); }

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

background-color css

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

 a { background-color: rgb(197,143,254); }

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

border-color css

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

 span { border-color: rgb(197,143,254); }

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