Html Css Color HEX #C185F0 Wisteria

📋 copy color: '#C185F0'

red 193 ◦ green 133 ◦ blue 240

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

Shades of Wisteria #C185F0

Tints of Wisteria #C185F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.4%

R = 34.1%
G = 23.5%
B = 42.4%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C185F0 (or 0xC185F0) is known color: Wisteria. HEX triplet: C1, 85 and F0. RGB value is (193,133,240). Sum of RGB (Red+Green+Blue) = 193+133+240=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #C185F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185F0 is #3E7A0F. Grayscale: #A2A2A2. Windows color (decimal): -4094480 or 15762881. OLE color: 15762881.

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

Color convert

RGB 193 133 240 -
CMYK 0.20 0.45 0 0.06
HSL 273.64º 0.78% 0.73% -
HSV(B) 273.64º 0.45% 0.94% -
XYZ 46.11 34.4 86.65 -
YUV 163.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 193 133 240 0.20 0.45 0 0.06 273.64 0.78 0.73
Hex C1 85 F0 14 2D 0 6 112 4E 49
Octal 301 205 360 24 55 0 6 422 116 111
Binary 11000001 10000101 11110000 10100 101101 0 110 100010010 1001110 1001001

Color Harmonies of #C185F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185F0

Black with #C185F0

Text Example


Text Example

White with #C185F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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