Html Css Color HEX #C592DA Wisteria

📋 copy color: '#C592DA'

red 197 ◦ green 146 ◦ blue 218

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

Shades of Wisteria #C592DA

Tints of Wisteria #C592DA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.02%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 35.12%
G = 26.02%
B = 38.86%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C592DA (or 0xC592DA) is known color: Wisteria. HEX triplet: C5, 92 and DA. RGB value is (197,146,218). Sum of RGB (Red+Green+Blue) = 197+146+218=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C592DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592DA is #3A6D25. Grayscale: #A9A9A9. Windows color (decimal): -3829030 or 14324421. OLE color: 14324421.

HSL color Cylindrical-coordinate representation of color #C592DA: hue angle of 282.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C592DA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 146 218 -
CMYK 0.10 0.33 0 0.15
HSL 282.5º 0.49% 0.71% -
HSV(B) 282.5º 0.33% 0.85% -
XYZ 45.96 37.49 71.14 -
YUV 169.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 197 146 218 0.10 0.33 0 0.15 282.5 0.49 0.71
Hex C5 92 DA A 21 0 F 11A 31 47
Octal 305 222 332 12 41 0 17 432 61 107
Binary 11000101 10010010 11011010 1010 100001 0 1111 100011010 110001 1000111

Color Harmonies of #C592DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C592DA

Black with #C592DA

Text Example


Text Example

White with #C592DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C592DA; }

 p { color: rgb(197,146,218); }

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

background-color css

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

 a { background-color: rgb(197,146,218); }

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

border-color css

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

 span { border-color: rgb(197,146,218); }

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