Html Css Color HEX #C18DCF Wisteria

📋 copy color: '#C18DCF'

red 193 ◦ green 141 ◦ blue 207

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

Shades of Wisteria #C18DCF

Tints of Wisteria #C18DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 35.67%
G = 26.06%
B = 38.26%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C18DCF (or 0xC18DCF) is known color: Wisteria. HEX triplet: C1, 8D and CF. RGB value is (193,141,207). Sum of RGB (Red+Green+Blue) = 193+141+207=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #C18DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DCF is #3E7230. Grayscale: #A3A3A3. Windows color (decimal): -4092465 or 13602241. OLE color: 13602241.

HSL color Cylindrical-coordinate representation of color #C18DCF: hue angle of 287.27º degrees, saturation: 0.41, 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 #C18DCF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 141 207 -
CMYK 0.07 0.32 0 0.19
HSL 287.27º 0.41% 0.68% -
HSV(B) 287.27º 0.32% 0.81% -
XYZ 42.78 34.89 63.51 -
YUV 164.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 193 141 207 0.07 0.32 0 0.19 287.27 0.41 0.68
Hex C1 8D CF 7 20 0 13 11F 29 44
Octal 301 215 317 7 40 0 23 437 51 104
Binary 11000001 10001101 11001111 111 100000 0 10011 100011111 101001 1000100

Color Harmonies of #C18DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DCF

Black with #C18DCF

Text Example


Text Example

White with #C18DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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