Html Css Color HEX #C18AE6 Wisteria

📋 copy color: '#C18AE6'

red 193 ◦ green 138 ◦ blue 230

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

Shades of Wisteria #C18AE6

Tints of Wisteria #C18AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41%

R = 34.4%
G = 24.6%
B = 41%

CMYK

 C value IS 0.16

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C18AE6 (or 0xC18AE6) is known color: Wisteria. HEX triplet: C1, 8A and E6. RGB value is (193,138,230). Sum of RGB (Red+Green+Blue) = 193+138+230=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #C18AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AE6 is #3E7519. Grayscale: #A4A4A4. Windows color (decimal): -4093210 or 15108801. OLE color: 15108801.

HSL color Cylindrical-coordinate representation of color #C18AE6: hue angle of 275.87º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18AE6 is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 138 230 -
CMYK 0.16 0.4 0 0.10
HSL 275.87º 0.65% 0.72% -
HSV(B) 275.87º 0.4% 0.9% -
XYZ 45.36 35.23 79.27 -
YUV 164.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 193 138 230 0.16 0.4 0 0.10 275.87 0.65 0.72
Hex C1 8A E6 10 28 0 A 114 41 48
Octal 301 212 346 20 50 0 12 424 101 110
Binary 11000001 10001010 11100110 10000 101000 0 1010 100010100 1000001 1001000

Color Harmonies of #C18AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18AE6

Black with #C18AE6

Text Example


Text Example

White with #C18AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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