Html Css Color HEX #C185EB Wisteria

📋 copy color: '#C185EB'

red 193 ◦ green 133 ◦ blue 235

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

Shades of Wisteria #C185EB

Tints of Wisteria #C185EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 34.4%
G = 23.71%
B = 41.89%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C185EB (or 0xC185EB) is known color: Wisteria. HEX triplet: C1, 85 and EB. RGB value is (193,133,235). Sum of RGB (Red+Green+Blue) = 193+133+235=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #C185EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185EB is #3E7A14. Grayscale: #A2A2A2. Windows color (decimal): -4094485 or 15435201. OLE color: 15435201.

HSL color Cylindrical-coordinate representation of color #C185EB: hue angle of 275.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C185EB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 133 235 -
CMYK 0.18 0.43 0 0.08
HSL 275.29º 0.72% 0.72% -
HSV(B) 275.29º 0.43% 0.92% -
XYZ 45.38 34.11 82.79 -
YUV 162.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 193 133 235 0.18 0.43 0 0.08 275.29 0.72 0.72
Hex C1 85 EB 12 2B 0 8 113 48 48
Octal 301 205 353 22 53 0 10 423 110 110
Binary 11000001 10000101 11101011 10010 101011 0 1000 100010011 1001000 1001000

Color Harmonies of #C185EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185EB

Black with #C185EB

Text Example


Text Example

White with #C185EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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