Html Css Color HEX #C18EDE Wisteria

📋 copy color: '#C18EDE'

red 193 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #C18EDE

Tints of Wisteria #C18EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.49%

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 34.65%
G = 25.49%
B = 39.86%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C18EDE (or 0xC18EDE) is known color: Wisteria. HEX triplet: C1, 8E and DE. RGB value is (193,142,222). Sum of RGB (Red+Green+Blue) = 193+142+222=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #C18EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EDE is #3E7121. Grayscale: #A6A6A6. Windows color (decimal): -4092194 or 14585537. OLE color: 14585537.

HSL color Cylindrical-coordinate representation of color #C18EDE: hue angle of 278.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18EDE is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 142 222 -
CMYK 0.13 0.36 0 0.13
HSL 278.25º 0.55% 0.71% -
HSV(B) 278.25º 0.36% 0.87% -
XYZ 44.85 35.96 73.68 -
YUV 166.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 193 142 222 0.13 0.36 0 0.13 278.25 0.55 0.71
Hex C1 8E DE D 24 0 D 116 37 47
Octal 301 216 336 15 44 0 15 426 67 107
Binary 11000001 10001110 11011110 1101 100100 0 1101 100010110 110111 1000111

Color Harmonies of #C18EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18EDE

Black with #C18EDE

Text Example


Text Example

White with #C18EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18EDE; }

 p { color: rgb(193,142,222); }

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

background-color css

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

 a { background-color: rgb(193,142,222); }

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

border-color css

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

 span { border-color: rgb(193,142,222); }

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