Html Css Color HEX #C185EF Wisteria

📋 copy color: '#C185EF'

red 193 ◦ green 133 ◦ blue 239

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

Shades of Wisteria #C185EF

Tints of Wisteria #C185EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 34.16%
G = 23.54%
B = 42.3%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C185EF (or 0xC185EF) is known color: Wisteria. HEX triplet: C1, 85 and EF. RGB value is (193,133,239). Sum of RGB (Red+Green+Blue) = 193+133+239=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #C185EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185EF is #3E7A10. Grayscale: #A2A2A2. Windows color (decimal): -4094481 or 15697345. OLE color: 15697345.

HSL color Cylindrical-coordinate representation of color #C185EF: hue angle of 273.96º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C185EF is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 133 239 -
CMYK 0.19 0.44 0 0.06
HSL 273.96º 0.77% 0.73% -
HSV(B) 273.96º 0.44% 0.94% -
XYZ 45.96 34.34 85.87 -
YUV 163.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 193 133 239 0.19 0.44 0 0.06 273.96 0.77 0.73
Hex C1 85 EF 13 2C 0 6 112 4D 49
Octal 301 205 357 23 54 0 6 422 115 111
Binary 11000001 10000101 11101111 10011 101100 0 110 100010010 1001101 1001001

Color Harmonies of #C185EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185EF

Black with #C185EF

Text Example


Text Example

White with #C185EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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