Html Css Color HEX #C185EA Wisteria

📋 copy color: '#C185EA'

red 193 ◦ green 133 ◦ blue 234

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

Shades of Wisteria #C185EA

Tints of Wisteria #C185EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 34.46%
G = 23.75%
B = 41.79%

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

#C185EA (or 0xC185EA) is known color: Wisteria. HEX triplet: C1, 85 and EA. RGB value is (193,133,234). Sum of RGB (Red+Green+Blue) = 193+133+234=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #C185EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185EA is #3E7A15. Grayscale: #A2A2A2. Windows color (decimal): -4094486 or 15369665. OLE color: 15369665.

HSL color Cylindrical-coordinate representation of color #C185EA: hue angle of 275.64º degrees, saturation: 0.71, 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 #C185EA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 133 234 -
CMYK 0.18 0.43 0 0.08
HSL 275.64º 0.71% 0.72% -
HSV(B) 275.64º 0.43% 0.92% -
XYZ 45.23 34.05 82.03 -
YUV 162.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 193 133 234 0.18 0.43 0 0.08 275.64 0.71 0.72
Hex C1 85 EA 12 2B 0 8 114 47 48
Octal 301 205 352 22 53 0 10 424 107 110
Binary 11000001 10000101 11101010 10010 101011 0 1000 100010100 1000111 1001000

Color Harmonies of #C185EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185EA

Black with #C185EA

Text Example


Text Example

White with #C185EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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