Html Css Color HEX #C492DA Wisteria

📋 copy color: '#C492DA'

red 196 ◦ green 146 ◦ blue 218

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

Shades of Wisteria #C492DA

Tints of Wisteria #C492DA

RGB

 RED value IS 196 (76.95% from 255) = 35%

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

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

R = 35%
G = 26.07%
B = 38.93%

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

#C492DA (or 0xC492DA) is known color: Wisteria. HEX triplet: C4, 92 and DA. RGB value is (196,146,218). Sum of RGB (Red+Green+Blue) = 196+146+218=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #C492DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492DA is #3B6D25. Grayscale: #A8A8A8. Windows color (decimal): -3894566 or 14324420. OLE color: 14324420.

HSL color Cylindrical-coordinate representation of color #C492DA: hue angle of 281.67º 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 #C492DA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 146 218 -
CMYK 0.10 0.33 0 0.15
HSL 281.67º 0.49% 0.71% -
HSV(B) 281.67º 0.33% 0.85% -
XYZ 45.7 37.36 71.13 -
YUV 169.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 196 146 218 0.10 0.33 0 0.15 281.67 0.49 0.71
Hex C4 92 DA A 21 0 F 11A 31 47
Octal 304 222 332 12 41 0 17 432 61 107
Binary 11000100 10010010 11011010 1010 100001 0 1111 100011010 110001 1000111

Color Harmonies of #C492DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492DA

Black with #C492DA

Text Example


Text Example

White with #C492DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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