Html Css Color HEX #C58FFC Wisteria

📋 copy color: '#C58FFC'

red 197 ◦ green 143 ◦ blue 252

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

Shades of Wisteria #C58FFC

Tints of Wisteria #C58FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.16%

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

R = 33.28%
G = 24.16%
B = 42.57%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C58FFC (or 0xC58FFC) is known color: Wisteria. HEX triplet: C5, 8F and FC. RGB value is (197,143,252). Sum of RGB (Red+Green+Blue) = 197+143+252=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #C58FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FFC is #3A7003. Grayscale: #ABABAB. Windows color (decimal): -3829764 or 16551877. OLE color: 16551877.

HSL color Cylindrical-coordinate representation of color #C58FFC: hue angle of 269.72º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58FFC is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 143 252 -
CMYK 0.22 0.43 0 0.01
HSL 269.72º 0.95% 0.77% -
HSV(B) 269.72º 0.43% 0.99% -
XYZ 50.42 38.54 96.88 -
YUV 171.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 197 143 252 0.22 0.43 0 0.01 269.72 0.95 0.77
Hex C5 8F FC 16 2B 0 1 10E 5F 4D
Octal 305 217 374 26 53 0 1 416 137 115
Binary 11000101 10001111 11111100 10110 101011 0 1 100001110 1011111 1001101

Color Harmonies of #C58FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FFC

Black with #C58FFC

Text Example


Text Example

White with #C58FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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