Html Css Color HEX #C58CFA Wisteria

📋 copy color: '#C58CFA'

red 197 ◦ green 140 ◦ blue 250

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

Shades of Wisteria #C58CFA

Tints of Wisteria #C58CFA

RGB

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

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

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

R = 33.56%
G = 23.85%
B = 42.59%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C58CFA (or 0xC58CFA) is known color: Wisteria. HEX triplet: C5, 8C and FA. RGB value is (197,140,250). Sum of RGB (Red+Green+Blue) = 197+140+250=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #C58CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CFA is #3A7305. Grayscale: #A9A9A9. Windows color (decimal): -3830534 or 16420037. OLE color: 16420037.

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

Color convert

RGB 197 140 250 -
CMYK 0.21 0.44 0 0.02
HSL 271.09º 0.92% 0.76% -
HSV(B) 271.09º 0.44% 0.98% -
XYZ 49.66 37.53 95.07 -
YUV 169.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 197 140 250 0.21 0.44 0 0.02 271.09 0.92 0.76
Hex C5 8C FA 15 2C 0 2 10F 5C 4C
Octal 305 214 372 25 54 0 2 417 134 114
Binary 11000101 10001100 11111010 10101 101100 0 10 100001111 1011100 1001100

Color Harmonies of #C58CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CFA

Black with #C58CFA

Text Example


Text Example

White with #C58CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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