#C598F2

Color #C598F2 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C598F2

Tints of Wisteria #C598F2

Color information

#C598F2 (or 0xC598F2) is unknown color: approx Wisteria. HEX triplet: C5, 98 and F2. RGB value is (197,152,242). Sum of RGB (Red+Green+Blue) = 197+152+242=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #C598F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C598F2 is #3A670D. Grayscale: #AFAFAF. Windows color (decimal): -3827470 or 15898821. OLE color: 15898821.

HSL color Cylindrical-coordinate representation of color #C598F2: hue angle of 270º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C598F2 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197152242-
CMYK0.190.3700.05
HSL270º77.59%77.25%-
HSV(B)270º37.19%94.9%-
XYZ50.2840.7489.22-
YUV175.71165.41143.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 152 (59.77% from 255) = 25.72%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=33.33%
G=25.72%
B=40.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971522420.190.3700.0527077.5977.25
HexC598F213250510e4e4d
Octal305230362234505416116115
Binary11000101100110001111001010011100101010110000111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C598F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C598F2; }

 p { color: rgb(197,152,242); }

 H1.HeaderClassName
 {
   color: #C598F2;
 }
 .AnyTagClassName
 {
   color: #C598F2;
 }
</style>
background-color css

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

 a { background-color: rgb(197,152,242); }

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

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

 span { border-color: rgb(197,152,242); }

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