Html Css Color HEX #C595F9 Wisteria

📋 copy color: '#C595F9'

red 197 ◦ green 149 ◦ blue 249

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

Shades of Wisteria #C595F9

Tints of Wisteria #C595F9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.04%

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 33.11%
G = 25.04%
B = 41.85%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C595F9 (or 0xC595F9) is known color: Wisteria. HEX triplet: C5, 95 and F9. RGB value is (197,149,249). Sum of RGB (Red+Green+Blue) = 197+149+249=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #C595F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595F9 is #3A6A06. Grayscale: #AEAEAE. Windows color (decimal): -3828231 or 16356805. OLE color: 16356805.

HSL color Cylindrical-coordinate representation of color #C595F9: hue angle of 268.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C595F9 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 149 249 -
CMYK 0.21 0.40 0 0.02
HSL 268.8º 0.89% 0.78% -
HSV(B) 268.8º 0.4% 0.98% -
XYZ 50.87 40.2 94.7 -
YUV 174.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 197 149 249 0.21 0.40 0 0.02 268.8 0.89 0.78
Hex C5 95 F9 15 28 0 2 10D 59 4E
Octal 305 225 371 25 50 0 2 415 131 116
Binary 11000101 10010101 11111001 10101 101000 0 10 100001101 1011001 1001110

Color Harmonies of #C595F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595F9

Black with #C595F9

Text Example


Text Example

White with #C595F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595F9; }

 p { color: rgb(197,149,249); }

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

background-color css

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

 a { background-color: rgb(197,149,249); }

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

border-color css

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

 span { border-color: rgb(197,149,249); }

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