Html Css Color HEX #C185DF Wisteria

📋 copy color: '#C185DF'

red 193 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #C185DF

Tints of Wisteria #C185DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.23%

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

R = 35.15%
G = 24.23%
B = 40.62%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C185DF (or 0xC185DF) is known color: Wisteria. HEX triplet: C1, 85 and DF. RGB value is (193,133,223). Sum of RGB (Red+Green+Blue) = 193+133+223=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #C185DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185DF is #3E7A20. Grayscale: #A0A0A0. Windows color (decimal): -4094497 or 14648769. OLE color: 14648769.

HSL color Cylindrical-coordinate representation of color #C185DF: hue angle of 280º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C185DF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 133 223 -
CMYK 0.13 0.40 0 0.13
HSL 280º 0.58% 0.7% -
HSV(B) 280º 0.4% 0.87% -
XYZ 43.7 33.44 73.96 -
YUV 161.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 193 133 223 0.13 0.40 0 0.13 280 0.58 0.7
Hex C1 85 DF D 28 0 D 118 3A 46
Octal 301 205 337 15 50 0 15 430 72 106
Binary 11000001 10000101 11011111 1101 101000 0 1101 100011000 111010 1000110

Color Harmonies of #C185DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185DF

Black with #C185DF

Text Example


Text Example

White with #C185DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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