Html Css Color HEX #C18ADC Wisteria

📋 copy color: '#C18ADC'

red 193 ◦ green 138 ◦ blue 220

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

Shades of Wisteria #C18ADC

Tints of Wisteria #C18ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 35.03%
G = 25.05%
B = 39.93%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C18ADC (or 0xC18ADC) is known color: Wisteria. HEX triplet: C1, 8A and DC. RGB value is (193,138,220). Sum of RGB (Red+Green+Blue) = 193+138+220=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C18ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ADC is #3E7523. Grayscale: #A3A3A3. Windows color (decimal): -4093220 or 14453441. OLE color: 14453441.

HSL color Cylindrical-coordinate representation of color #C18ADC: hue angle of 280.24º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18ADC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 138 220 -
CMYK 0.12 0.37 0 0.14
HSL 280.24º 0.54% 0.7% -
HSV(B) 280.24º 0.37% 0.86% -
XYZ 44 34.68 72.09 -
YUV 163.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 193 138 220 0.12 0.37 0 0.14 280.24 0.54 0.7
Hex C1 8A DC C 25 0 E 118 36 46
Octal 301 212 334 14 45 0 16 430 66 106
Binary 11000001 10001010 11011100 1100 100101 0 1110 100011000 110110 1000110

Color Harmonies of #C18ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18ADC

Black with #C18ADC

Text Example


Text Example

White with #C18ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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