Html Css Color HEX #C18ADE Wisteria

📋 copy color: '#C18ADE'

red 193 ◦ green 138 ◦ blue 222

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

Shades of Wisteria #C18ADE

Tints of Wisteria #C18ADE

RGB

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

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

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

R = 34.9%
G = 24.95%
B = 40.14%

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

#C18ADE (or 0xC18ADE) is known color: Wisteria. HEX triplet: C1, 8A and DE. RGB value is (193,138,222). Sum of RGB (Red+Green+Blue) = 193+138+222=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #C18ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ADE is #3E7521. Grayscale: #A3A3A3. Windows color (decimal): -4093218 or 14584513. OLE color: 14584513.

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

Color convert

RGB 193 138 222 -
CMYK 0.13 0.38 0 0.13
HSL 279.29º 0.56% 0.71% -
HSV(B) 279.29º 0.38% 0.87% -
XYZ 44.27 34.79 73.49 -
YUV 164.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 193 138 222 0.13 0.38 0 0.13 279.29 0.56 0.71
Hex C1 8A DE D 26 0 D 117 38 47
Octal 301 212 336 15 46 0 15 427 70 107
Binary 11000001 10001010 11011110 1101 100110 0 1101 100010111 111000 1000111

Color Harmonies of #C18ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18ADE

Black with #C18ADE

Text Example


Text Example

White with #C18ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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