Html Css Color HEX #C185ED Wisteria

📋 copy color: '#C185ED'

red 193 ◦ green 133 ◦ blue 237

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

Shades of Wisteria #C185ED

Tints of Wisteria #C185ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 34.28%
G = 23.62%
B = 42.1%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C185ED (or 0xC185ED) is known color: Wisteria. HEX triplet: C1, 85 and ED. RGB value is (193,133,237). Sum of RGB (Red+Green+Blue) = 193+133+237=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #C185ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185ED is #3E7A12. Grayscale: #A2A2A2. Windows color (decimal): -4094483 or 15566273. OLE color: 15566273.

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

Color convert

RGB 193 133 237 -
CMYK 0.19 0.44 0 0.07
HSL 274.62º 0.74% 0.73% -
HSV(B) 274.62º 0.44% 0.93% -
XYZ 45.67 34.23 84.32 -
YUV 162.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 193 133 237 0.19 0.44 0 0.07 274.62 0.74 0.73
Hex C1 85 ED 13 2C 0 7 113 4A 49
Octal 301 205 355 23 54 0 7 423 112 111
Binary 11000001 10000101 11101101 10011 101100 0 111 100010011 1001010 1001001

Color Harmonies of #C185ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185ED

Black with #C185ED

Text Example


Text Example

White with #C185ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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