Html Css Color HEX #C192DD Wisteria

📋 copy color: '#C192DD'

red 193 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #C192DD

Tints of Wisteria #C192DD

RGB

 RED value IS 193 (75.78% from 255) = 34.46%

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

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

R = 34.46%
G = 26.07%
B = 39.46%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C192DD (or 0xC192DD) is known color: Wisteria. HEX triplet: C1, 92 and DD. RGB value is (193,146,221). Sum of RGB (Red+Green+Blue) = 193+146+221=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C192DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192DD is #3E6D22. Grayscale: #A8A8A8. Windows color (decimal): -4091171 or 14521025. OLE color: 14521025.

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

Color convert

RGB 193 146 221 -
CMYK 0.13 0.34 0 0.13
HSL 277.6º 0.52% 0.72% -
HSV(B) 277.6º 0.34% 0.87% -
XYZ 45.32 37.12 73.18 -
YUV 168.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 193 146 221 0.13 0.34 0 0.13 277.6 0.52 0.72
Hex C1 92 DD D 22 0 D 116 34 48
Octal 301 222 335 15 42 0 15 426 64 110
Binary 11000001 10010010 11011101 1101 100010 0 1101 100010110 110100 1001000

Color Harmonies of #C192DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192DD

Black with #C192DD

Text Example


Text Example

White with #C192DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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