Html Css Color HEX #C18AEB Wisteria

📋 copy color: '#C18AEB'

red 193 ◦ green 138 ◦ blue 235

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

Shades of Wisteria #C18AEB

Tints of Wisteria #C18AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 34.1%
G = 24.38%
B = 41.52%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C18AEB (or 0xC18AEB) is known color: Wisteria. HEX triplet: C1, 8A and EB. RGB value is (193,138,235). Sum of RGB (Red+Green+Blue) = 193+138+235=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #C18AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AEB is #3E7514. Grayscale: #A5A5A5. Windows color (decimal): -4093205 or 15436481. OLE color: 15436481.

HSL color Cylindrical-coordinate representation of color #C18AEB: hue angle of 274.02º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18AEB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 138 235 -
CMYK 0.18 0.41 0 0.08
HSL 274.02º 0.71% 0.73% -
HSV(B) 274.02º 0.41% 0.92% -
XYZ 46.08 35.51 83.02 -
YUV 165.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 193 138 235 0.18 0.41 0 0.08 274.02 0.71 0.73
Hex C1 8A EB 12 29 0 8 112 47 49
Octal 301 212 353 22 51 0 10 422 107 111
Binary 11000001 10001010 11101011 10010 101001 0 1000 100010010 1000111 1001001

Color Harmonies of #C18AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18AEB

Black with #C18AEB

Text Example


Text Example

White with #C18AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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