Html Css Color HEX #C194DD Wisteria

📋 copy color: '#C194DD'

red 193 ◦ green 148 ◦ blue 221

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

Shades of Wisteria #C194DD

Tints of Wisteria #C194DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.33%

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

R = 34.34%
G = 26.33%
B = 39.32%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C194DD (or 0xC194DD) is known color: Wisteria. HEX triplet: C1, 94 and DD. RGB value is (193,148,221). Sum of RGB (Red+Green+Blue) = 193+148+221=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C194DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194DD is #3E6B22. Grayscale: #A9A9A9. Windows color (decimal): -4090659 or 14521537. OLE color: 14521537.

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

Color convert

RGB 193 148 221 -
CMYK 0.13 0.33 0 0.13
HSL 276.99º 0.52% 0.72% -
HSV(B) 276.99º 0.33% 0.87% -
XYZ 45.63 37.74 73.29 -
YUV 169.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 193 148 221 0.13 0.33 0 0.13 276.99 0.52 0.72
Hex C1 94 DD D 21 0 D 115 34 48
Octal 301 224 335 15 41 0 15 425 64 110
Binary 11000001 10010100 11011101 1101 100001 0 1101 100010101 110100 1001000

Color Harmonies of #C194DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194DD

Black with #C194DD

Text Example


Text Example

White with #C194DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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