Html Css Color HEX #C292DD Wisteria

📋 copy color: '#C292DD'

red 194 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #C292DD

Tints of Wisteria #C292DD

RGB

 RED value IS 194 (76.17% from 255) = 34.58%

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 34.58%
G = 26.02%
B = 39.39%

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

#C292DD (or 0xC292DD) is known color: Wisteria. HEX triplet: C2, 92 and DD. RGB value is (194,146,221). Sum of RGB (Red+Green+Blue) = 194+146+221=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C292DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292DD is #3D6D22. Grayscale: #A8A8A8. Windows color (decimal): -4025635 or 14521026. OLE color: 14521026.

HSL color Cylindrical-coordinate representation of color #C292DD: hue angle of 278.4º degrees, saturation: 0.52, 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 #C292DD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 146 221 -
CMYK 0.12 0.34 0 0.13
HSL 278.4º 0.52% 0.72% -
HSV(B) 278.4º 0.34% 0.87% -
XYZ 45.58 37.25 73.19 -
YUV 168.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 194 146 221 0.12 0.34 0 0.13 278.4 0.52 0.72
Hex C2 92 DD C 22 0 D 116 34 48
Octal 302 222 335 14 42 0 15 426 64 110
Binary 11000010 10010010 11011101 1100 100010 0 1101 100010110 110100 1001000

Color Harmonies of #C292DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292DD

Black with #C292DD

Text Example


Text Example

White with #C292DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292DD; }

 p { color: rgb(194,146,221); }

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

background-color css

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

 a { background-color: rgb(194,146,221); }

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

border-color css

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

 span { border-color: rgb(194,146,221); }

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