Html Css Color HEX #C58CEB Wisteria

📋 copy color: '#C58CEB'

red 197 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #C58CEB

Tints of Wisteria #C58CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.48%

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 34.44%
G = 24.48%
B = 41.08%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C58CEB (or 0xC58CEB) is known color: Wisteria. HEX triplet: C5, 8C and EB. RGB value is (197,140,235). Sum of RGB (Red+Green+Blue) = 197+140+235=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #C58CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CEB is #3A7314. Grayscale: #A7A7A7. Windows color (decimal): -3830549 or 15436997. OLE color: 15436997.

HSL color Cylindrical-coordinate representation of color #C58CEB: hue angle of 276º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58CEB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 140 235 -
CMYK 0.16 0.40 0 0.08
HSL 276º 0.7% 0.74% -
HSV(B) 276º 0.4% 0.92% -
XYZ 47.4 36.62 83.17 -
YUV 167.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 197 140 235 0.16 0.40 0 0.08 276 0.7 0.74
Hex C5 8C EB 10 28 0 8 114 46 4A
Octal 305 214 353 20 50 0 10 424 106 112
Binary 11000101 10001100 11101011 10000 101000 0 1000 100010100 1000110 1001010

Color Harmonies of #C58CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CEB

Black with #C58CEB

Text Example


Text Example

White with #C58CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CEB; }

 p { color: rgb(197,140,235); }

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

background-color css

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

 a { background-color: rgb(197,140,235); }

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

border-color css

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

 span { border-color: rgb(197,140,235); }

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