Html Css Color HEX #C088EA Wisteria

📋 copy color: '#C088EA'

red 192 ◦ green 136 ◦ blue 234

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

Shades of Wisteria #C088EA

Tints of Wisteria #C088EA

RGB

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

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

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

R = 34.16%
G = 24.2%
B = 41.64%

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

#C088EA (or 0xC088EA) is known color: Wisteria. HEX triplet: C0, 88 and EA. RGB value is (192,136,234). Sum of RGB (Red+Green+Blue) = 192+136+234=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #C088EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088EA is #3F7715. Grayscale: #A3A3A3. Windows color (decimal): -4159254 or 15370432. OLE color: 15370432.

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

Color convert

RGB 192 136 234 -
CMYK 0.18 0.42 0 0.08
HSL 274.29º 0.7% 0.73% -
HSV(B) 274.29º 0.42% 0.92% -
XYZ 45.39 34.76 82.16 -
YUV 163.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 192 136 234 0.18 0.42 0 0.08 274.29 0.7 0.73
Hex C0 88 EA 12 2A 0 8 112 46 49
Octal 300 210 352 22 52 0 10 422 106 111
Binary 11000000 10001000 11101010 10010 101010 0 1000 100010010 1000110 1001001

Color Harmonies of #C088EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088EA

Black with #C088EA

Text Example


Text Example

White with #C088EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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