Html Css Color HEX #C18ECE Wisteria

📋 copy color: '#C18ECE'

red 193 ◦ green 142 ◦ blue 206

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

Shades of Wisteria #C18ECE

Tints of Wisteria #C18ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 35.67%
G = 26.25%
B = 38.08%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C18ECE (or 0xC18ECE) is known color: Wisteria. HEX triplet: C1, 8E and CE. RGB value is (193,142,206). Sum of RGB (Red+Green+Blue) = 193+142+206=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #C18ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ECE is #3E7131. Grayscale: #A4A4A4. Windows color (decimal): -4092210 or 13536961. OLE color: 13536961.

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

Color convert

RGB 193 142 206 -
CMYK 0.06 0.31 0 0.19
HSL 287.81º 0.4% 0.68% -
HSV(B) 287.81º 0.31% 0.81% -
XYZ 42.81 35.14 62.92 -
YUV 164.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 193 142 206 0.06 0.31 0 0.19 287.81 0.4 0.68
Hex C1 8E CE 6 1F 0 13 120 28 44
Octal 301 216 316 6 37 0 23 440 50 104
Binary 11000001 10001110 11001110 110 11111 0 10011 100100000 101000 1000100

Color Harmonies of #C18ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18ECE

Black with #C18ECE

Text Example


Text Example

White with #C18ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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