Html Css Color HEX #C18ECD Wisteria

📋 copy color: '#C18ECD'

red 193 ◦ green 142 ◦ blue 205

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

Shades of Wisteria #C18ECD

Tints of Wisteria #C18ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 35.74%
G = 26.3%
B = 37.96%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C18ECD (or 0xC18ECD) is known color: Wisteria. HEX triplet: C1, 8E and CD. RGB value is (193,142,205). Sum of RGB (Red+Green+Blue) = 193+142+205=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #C18ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ECD is #3E7132. Grayscale: #A4A4A4. Windows color (decimal): -4092211 or 13471425. OLE color: 13471425.

HSL color Cylindrical-coordinate representation of color #C18ECD: hue angle of 288.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18ECD is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 142 205 -
CMYK 0.06 0.31 0 0.20
HSL 288.57º 0.39% 0.68% -
HSV(B) 288.57º 0.31% 0.8% -
XYZ 42.68 35.09 62.28 -
YUV 164.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 193 142 205 0.06 0.31 0 0.20 288.57 0.39 0.68
Hex C1 8E CD 6 1F 0 14 121 27 44
Octal 301 216 315 6 37 0 24 441 47 104
Binary 11000001 10001110 11001101 110 11111 0 10100 100100001 100111 1000100

Color Harmonies of #C18ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18ECD

Black with #C18ECD

Text Example


Text Example

White with #C18ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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