Html Css Color HEX #C18AEE Wisteria

📋 copy color: '#C18AEE'

red 193 ◦ green 138 ◦ blue 238

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

Shades of Wisteria #C18AEE

Tints of Wisteria #C18AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 33.92%
G = 24.25%
B = 41.83%

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

#C18AEE (or 0xC18AEE) is known color: Wisteria. HEX triplet: C1, 8A and EE. RGB value is (193,138,238). Sum of RGB (Red+Green+Blue) = 193+138+238=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #C18AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AEE is #3E7511. Grayscale: #A5A5A5. Windows color (decimal): -4093202 or 15633089. OLE color: 15633089.

HSL color Cylindrical-coordinate representation of color #C18AEE: hue angle of 273º degrees, saturation: 0.75, 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 #C18AEE is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 138 238 -
CMYK 0.19 0.42 0 0.07
HSL 273º 0.75% 0.74% -
HSV(B) 273º 0.42% 0.93% -
XYZ 46.51 35.69 85.33 -
YUV 165.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 193 138 238 0.19 0.42 0 0.07 273 0.75 0.74
Hex C1 8A EE 13 2A 0 7 111 4B 4A
Octal 301 212 356 23 52 0 7 421 113 112
Binary 11000001 10001010 11101110 10011 101010 0 111 100010001 1001011 1001010

Color Harmonies of #C18AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18AEE

Black with #C18AEE

Text Example


Text Example

White with #C18AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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