Html Css Color HEX #C58EFA Wisteria

📋 copy color: '#C58EFA'

red 197 ◦ green 142 ◦ blue 250

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

Shades of Wisteria #C58EFA

Tints of Wisteria #C58EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 33.45%
G = 24.11%
B = 42.44%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C58EFA (or 0xC58EFA) is known color: Wisteria. HEX triplet: C5, 8E and FA. RGB value is (197,142,250). Sum of RGB (Red+Green+Blue) = 197+142+250=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #C58EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EFA is #3A7105. Grayscale: #AAAAAA. Windows color (decimal): -3830022 or 16420549. OLE color: 16420549.

HSL color Cylindrical-coordinate representation of color #C58EFA: hue angle of 270.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58EFA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 142 250 -
CMYK 0.21 0.43 0 0.02
HSL 270.56º 0.92% 0.77% -
HSV(B) 270.56º 0.43% 0.98% -
XYZ 49.95 38.12 95.17 -
YUV 170.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 197 142 250 0.21 0.43 0 0.02 270.56 0.92 0.77
Hex C5 8E FA 15 2B 0 2 10F 5C 4D
Octal 305 216 372 25 53 0 2 417 134 115
Binary 11000101 10001110 11111010 10101 101011 0 10 100001111 1011100 1001101

Color Harmonies of #C58EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58EFA

Black with #C58EFA

Text Example


Text Example

White with #C58EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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