Html Css Color HEX #C593FC Wisteria

📋 copy color: '#C593FC'

red 197 ◦ green 147 ◦ blue 252

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

Shades of Wisteria #C593FC

Tints of Wisteria #C593FC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.66%

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

R = 33.05%
G = 24.66%
B = 42.28%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C593FC (or 0xC593FC) is known color: Wisteria. HEX triplet: C5, 93 and FC. RGB value is (197,147,252). Sum of RGB (Red+Green+Blue) = 197+147+252=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #C593FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593FC is #3A6C03. Grayscale: #ADADAD. Windows color (decimal): -3828740 or 16552901. OLE color: 16552901.

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

Color convert

RGB 197 147 252 -
CMYK 0.22 0.42 0 0.01
HSL 268.57º 0.95% 0.78% -
HSV(B) 268.57º 0.42% 0.99% -
XYZ 51.03 39.77 97.08 -
YUV 173.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 197 147 252 0.22 0.42 0 0.01 268.57 0.95 0.78
Hex C5 93 FC 16 2A 0 1 10D 5F 4E
Octal 305 223 374 26 52 0 1 415 137 116
Binary 11000101 10010011 11111100 10110 101010 0 1 100001101 1011111 1001110

Color Harmonies of #C593FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593FC

Black with #C593FC

Text Example


Text Example

White with #C593FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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