Html Css Color HEX #C594FC Wisteria

📋 copy color: '#C594FC'

red 197 ◦ green 148 ◦ blue 252

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

Shades of Wisteria #C594FC

Tints of Wisteria #C594FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.79%

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

R = 33%
G = 24.79%
B = 42.21%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C594FC (or 0xC594FC) is known color: Wisteria. HEX triplet: C5, 94 and FC. RGB value is (197,148,252). Sum of RGB (Red+Green+Blue) = 197+148+252=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #C594FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C594FC is #3A6B03. Grayscale: #AEAEAE. Windows color (decimal): -3828484 or 16553157. OLE color: 16553157.

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

Color convert

RGB 197 148 252 -
CMYK 0.22 0.41 0 0.01
HSL 268.27º 0.95% 0.78% -
HSV(B) 268.27º 0.41% 0.99% -
XYZ 51.19 40.08 97.13 -
YUV 174.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 197 148 252 0.22 0.41 0 0.01 268.27 0.95 0.78
Hex C5 94 FC 16 29 0 1 10C 5F 4E
Octal 305 224 374 26 51 0 1 414 137 116
Binary 11000101 10010100 11111100 10110 101001 0 1 100001100 1011111 1001110

Color Harmonies of #C594FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594FC

Black with #C594FC

Text Example


Text Example

White with #C594FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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