Html Css Color HEX #C18DCE Wisteria

📋 copy color: '#C18DCE'

red 193 ◦ green 141 ◦ blue 206

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

Shades of Wisteria #C18DCE

Tints of Wisteria #C18DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.11%

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

R = 35.74%
G = 26.11%
B = 38.15%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C18DCE (or 0xC18DCE) is known color: Wisteria. HEX triplet: C1, 8D and CE. RGB value is (193,141,206). Sum of RGB (Red+Green+Blue) = 193+141+206=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #C18DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DCE is #3E7231. Grayscale: #A3A3A3. Windows color (decimal): -4092466 or 13536705. OLE color: 13536705.

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

Color convert

RGB 193 141 206 -
CMYK 0.06 0.32 0 0.19
HSL 288º 0.4% 0.68% -
HSV(B) 288º 0.32% 0.81% -
XYZ 42.66 34.84 62.87 -
YUV 163.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 193 141 206 0.06 0.32 0 0.19 288 0.4 0.68
Hex C1 8D CE 6 20 0 13 120 28 44
Octal 301 215 316 6 40 0 23 440 50 104
Binary 11000001 10001101 11001110 110 100000 0 10011 100100000 101000 1000100

Color Harmonies of #C18DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DCE

Black with #C18DCE

Text Example


Text Example

White with #C18DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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