Html Css Color HEX #C18AED Wisteria

📋 copy color: '#C18AED'

red 193 ◦ green 138 ◦ blue 237

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

Shades of Wisteria #C18AED

Tints of Wisteria #C18AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 33.98%
G = 24.3%
B = 41.73%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C18AED (or 0xC18AED) is known color: Wisteria. HEX triplet: C1, 8A and ED. RGB value is (193,138,237). Sum of RGB (Red+Green+Blue) = 193+138+237=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #C18AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AED is #3E7512. Grayscale: #A5A5A5. Windows color (decimal): -4093203 or 15567553. OLE color: 15567553.

HSL color Cylindrical-coordinate representation of color #C18AED: hue angle of 273.33º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C18AED is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 138 237 -
CMYK 0.19 0.42 0 0.07
HSL 273.33º 0.73% 0.74% -
HSV(B) 273.33º 0.42% 0.93% -
XYZ 46.37 35.63 84.55 -
YUV 165.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 193 138 237 0.19 0.42 0 0.07 273.33 0.73 0.74
Hex C1 8A ED 13 2A 0 7 111 49 4A
Octal 301 212 355 23 52 0 7 421 111 112
Binary 11000001 10001010 11101101 10011 101010 0 111 100010001 1001001 1001010

Color Harmonies of #C18AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18AED

Black with #C18AED

Text Example


Text Example

White with #C18AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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