Html Css Color HEX #C18ADD Wisteria

📋 copy color: '#C18ADD'

red 193 ◦ green 138 ◦ blue 221

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

Shades of Wisteria #C18ADD

Tints of Wisteria #C18ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25%

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

R = 34.96%
G = 25%
B = 40.04%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C18ADD (or 0xC18ADD) is known color: Wisteria. HEX triplet: C1, 8A and DD. RGB value is (193,138,221). Sum of RGB (Red+Green+Blue) = 193+138+221=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C18ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ADD is #3E7522. Grayscale: #A3A3A3. Windows color (decimal): -4093219 or 14518977. OLE color: 14518977.

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

Color convert

RGB 193 138 221 -
CMYK 0.13 0.38 0 0.13
HSL 279.76º 0.55% 0.7% -
HSV(B) 279.76º 0.38% 0.87% -
XYZ 44.13 34.73 72.79 -
YUV 163.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 193 138 221 0.13 0.38 0 0.13 279.76 0.55 0.7
Hex C1 8A DD D 26 0 D 118 37 46
Octal 301 212 335 15 46 0 15 430 67 106
Binary 11000001 10001010 11011101 1101 100110 0 1101 100011000 110111 1000110

Color Harmonies of #C18ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18ADD

Black with #C18ADD

Text Example


Text Example

White with #C18ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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