Html Css Color HEX #C58EEF Wisteria

📋 copy color: '#C58EEF'

red 197 ◦ green 142 ◦ blue 239

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

Shades of Wisteria #C58EEF

Tints of Wisteria #C58EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.35%

R = 34.08%
G = 24.57%
B = 41.35%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C58EEF (or 0xC58EEF) is known color: Wisteria. HEX triplet: C5, 8E and EF. RGB value is (197,142,239). Sum of RGB (Red+Green+Blue) = 197+142+239=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #C58EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EEF is #3A7110. Grayscale: #A9A9A9. Windows color (decimal): -3830033 or 15699653. OLE color: 15699653.

HSL color Cylindrical-coordinate representation of color #C58EEF: hue angle of 274.02º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C58EEF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 142 239 -
CMYK 0.18 0.41 0 0.06
HSL 274.02º 0.75% 0.75% -
HSV(B) 274.02º 0.41% 0.94% -
XYZ 48.28 37.45 86.35 -
YUV 169.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 197 142 239 0.18 0.41 0 0.06 274.02 0.75 0.75
Hex C5 8E EF 12 29 0 6 112 4B 4B
Octal 305 216 357 22 51 0 6 422 113 113
Binary 11000101 10001110 11101111 10010 101001 0 110 100010010 1001011 1001011

Color Harmonies of #C58EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58EEF

Black with #C58EEF

Text Example


Text Example

White with #C58EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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