Html Css Color HEX #C58EFC Wisteria

📋 copy color: '#C58EFC'

red 197 ◦ green 142 ◦ blue 252

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

Shades of Wisteria #C58EFC

Tints of Wisteria #C58EFC

RGB

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

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

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

R = 33.33%
G = 24.03%
B = 42.64%

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

#C58EFC (or 0xC58EFC) is known color: Wisteria. HEX triplet: C5, 8E and FC. RGB value is (197,142,252). Sum of RGB (Red+Green+Blue) = 197+142+252=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #C58EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EFC is #3A7103. Grayscale: #AAAAAA. Windows color (decimal): -3830020 or 16551621. OLE color: 16551621.

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

Color convert

RGB 197 142 252 -
CMYK 0.22 0.44 0 0.01
HSL 270º 0.95% 0.77% -
HSV(B) 270º 0.44% 0.99% -
XYZ 50.27 38.24 96.83 -
YUV 170.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 197 142 252 0.22 0.44 0 0.01 270 0.95 0.77
Hex C5 8E FC 16 2C 0 1 10E 5F 4D
Octal 305 216 374 26 54 0 1 416 137 115
Binary 11000101 10001110 11111100 10110 101100 0 1 100001110 1011111 1001101

Color Harmonies of #C58EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58EFC

Black with #C58EFC

Text Example


Text Example

White with #C58EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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