Html Css Color HEX #C492DE Wisteria

📋 copy color: '#C492DE'

red 196 ◦ green 146 ◦ blue 222

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

Shades of Wisteria #C492DE

Tints of Wisteria #C492DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 34.75%
G = 25.89%
B = 39.36%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C492DE (or 0xC492DE) is known color: Wisteria. HEX triplet: C4, 92 and DE. RGB value is (196,146,222). Sum of RGB (Red+Green+Blue) = 196+146+222=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #C492DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492DE is #3B6D21. Grayscale: #A9A9A9. Windows color (decimal): -3894562 or 14586564. OLE color: 14586564.

HSL color Cylindrical-coordinate representation of color #C492DE: hue angle of 279.47º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C492DE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 146 222 -
CMYK 0.12 0.34 0 0.13
HSL 279.47º 0.54% 0.72% -
HSV(B) 279.47º 0.34% 0.87% -
XYZ 46.23 37.57 73.92 -
YUV 169.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 196 146 222 0.12 0.34 0 0.13 279.47 0.54 0.72
Hex C4 92 DE C 22 0 D 117 36 48
Octal 304 222 336 14 42 0 15 427 66 110
Binary 11000100 10010010 11011110 1100 100010 0 1101 100010111 110110 1001000

Color Harmonies of #C492DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492DE

Black with #C492DE

Text Example


Text Example

White with #C492DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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