Html Css Color HEX #C088EB Wisteria

📋 copy color: '#C088EB'

red 192 ◦ green 136 ◦ blue 235

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

Shades of Wisteria #C088EB

Tints of Wisteria #C088EB

RGB

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

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

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

R = 34.1%
G = 24.16%
B = 41.74%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C088EB (or 0xC088EB) is known color: Wisteria. HEX triplet: C0, 88 and EB. RGB value is (192,136,235). Sum of RGB (Red+Green+Blue) = 192+136+235=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #C088EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088EB is #3F7714. Grayscale: #A3A3A3. Windows color (decimal): -4159253 or 15435968. OLE color: 15435968.

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

Color convert

RGB 192 136 235 -
CMYK 0.18 0.42 0 0.08
HSL 273.94º 0.71% 0.73% -
HSV(B) 273.94º 0.42% 0.92% -
XYZ 45.54 34.81 82.92 -
YUV 164.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 192 136 235 0.18 0.42 0 0.08 273.94 0.71 0.73
Hex C0 88 EB 12 2A 0 8 112 47 49
Octal 300 210 353 22 52 0 10 422 107 111
Binary 11000000 10001000 11101011 10010 101010 0 1000 100010010 1000111 1001001

Color Harmonies of #C088EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088EB

Black with #C088EB

Text Example


Text Example

White with #C088EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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