Html Css Color HEX #C18EDF Wisteria

📋 copy color: '#C18EDF'

red 193 ◦ green 142 ◦ blue 223

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

Shades of Wisteria #C18EDF

Tints of Wisteria #C18EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 34.59%
G = 25.45%
B = 39.96%

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

#C18EDF (or 0xC18EDF) is known color: Wisteria. HEX triplet: C1, 8E and DF. RGB value is (193,142,223). Sum of RGB (Red+Green+Blue) = 193+142+223=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #C18EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EDF is #3E7120. Grayscale: #A6A6A6. Windows color (decimal): -4092193 or 14651073. OLE color: 14651073.

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

Color convert

RGB 193 142 223 -
CMYK 0.13 0.36 0 0.13
HSL 277.78º 0.56% 0.72% -
HSV(B) 277.78º 0.36% 0.87% -
XYZ 44.98 36.01 74.39 -
YUV 166.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 193 142 223 0.13 0.36 0 0.13 277.78 0.56 0.72
Hex C1 8E DF D 24 0 D 116 38 48
Octal 301 216 337 15 44 0 15 426 70 110
Binary 11000001 10001110 11011111 1101 100100 0 1101 100010110 111000 1001000

Color Harmonies of #C18EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18EDF

Black with #C18EDF

Text Example


Text Example

White with #C18EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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