Html Css Color HEX #C58EFB Wisteria

📋 copy color: '#C58EFB'

red 197 ◦ green 142 ◦ blue 251

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

Shades of Wisteria #C58EFB

Tints of Wisteria #C58EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 33.39%
G = 24.07%
B = 42.54%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C58EFB (or 0xC58EFB) is known color: Wisteria. HEX triplet: C5, 8E and FB. RGB value is (197,142,251). Sum of RGB (Red+Green+Blue) = 197+142+251=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #C58EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EFB is #3A7104. Grayscale: #AAAAAA. Windows color (decimal): -3830021 or 16486085. OLE color: 16486085.

HSL color Cylindrical-coordinate representation of color #C58EFB: hue angle of 270.28º degrees, saturation: 0.93, 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 #C58EFB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 142 251 -
CMYK 0.22 0.43 0 0.02
HSL 270.28º 0.93% 0.77% -
HSV(B) 270.28º 0.43% 0.98% -
XYZ 50.11 38.18 96 -
YUV 170.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 197 142 251 0.22 0.43 0 0.02 270.28 0.93 0.77
Hex C5 8E FB 16 2B 0 2 10E 5D 4D
Octal 305 216 373 26 53 0 2 416 135 115
Binary 11000101 10001110 11111011 10110 101011 0 10 100001110 1011101 1001101

Color Harmonies of #C58EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58EFB

Black with #C58EFB

Text Example


Text Example

White with #C58EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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