Html Css Color HEX #C088EC Wisteria

📋 copy color: '#C088EC'

red 192 ◦ green 136 ◦ blue 236

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

Shades of Wisteria #C088EC

Tints of Wisteria #C088EC

RGB

 RED value IS 192 (75.39% from 255) = 34.04%

 GREEN value IS 136 (53.52% from 255) = 24.11%

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 34.04%
G = 24.11%
B = 41.84%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C088EC (or 0xC088EC) is known color: Wisteria. HEX triplet: C0, 88 and EC. RGB value is (192,136,236). Sum of RGB (Red+Green+Blue) = 192+136+236=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #C088EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088EC is #3F7713. Grayscale: #A3A3A3. Windows color (decimal): -4159252 or 15501504. OLE color: 15501504.

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

Color convert

RGB 192 136 236 -
CMYK 0.19 0.42 0 0.07
HSL 273.6º 0.72% 0.73% -
HSV(B) 273.6º 0.42% 0.93% -
XYZ 45.68 34.87 83.68 -
YUV 164.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 192 136 236 0.19 0.42 0 0.07 273.6 0.72 0.73
Hex C0 88 EC 13 2A 0 7 112 48 49
Octal 300 210 354 23 52 0 7 422 110 111
Binary 11000000 10001000 11101100 10011 101010 0 111 100010010 1001000 1001001

Color Harmonies of #C088EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088EC

Black with #C088EC

Text Example


Text Example

White with #C088EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088EC; }

 p { color: rgb(192,136,236); }

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

background-color css

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

 a { background-color: rgb(192,136,236); }

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

border-color css

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

 span { border-color: rgb(192,136,236); }

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