Html Css Color HEX #C595E8 Wisteria

📋 copy color: '#C595E8'

red 197 ◦ green 149 ◦ blue 232

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

Shades of Wisteria #C595E8

Tints of Wisteria #C595E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.14%

R = 34.08%
G = 25.78%
B = 40.14%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C595E8 (or 0xC595E8) is known color: Wisteria. HEX triplet: C5, 95 and E8. RGB value is (197,149,232). Sum of RGB (Red+Green+Blue) = 197+149+232=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #C595E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595E8 is #3A6A17. Grayscale: #ACACAC. Windows color (decimal): -3828248 or 15242693. OLE color: 15242693.

HSL color Cylindrical-coordinate representation of color #C595E8: hue angle of 274.7º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C595E8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 149 232 -
CMYK 0.15 0.36 0 0.09
HSL 274.7º 0.64% 0.75% -
HSV(B) 274.7º 0.36% 0.91% -
XYZ 48.34 39.19 81.36 -
YUV 172.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 197 149 232 0.15 0.36 0 0.09 274.7 0.64 0.75
Hex C5 95 E8 F 24 0 9 113 40 4B
Octal 305 225 350 17 44 0 11 423 100 113
Binary 11000101 10010101 11101000 1111 100100 0 1001 100010011 1000000 1001011

Color Harmonies of #C595E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595E8

Black with #C595E8

Text Example


Text Example

White with #C595E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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