Html Css Color HEX #C088EE Wisteria

📋 copy color: '#C088EE'

red 192 ◦ green 136 ◦ blue 238

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

Shades of Wisteria #C088EE

Tints of Wisteria #C088EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 33.92%
G = 24.03%
B = 42.05%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C088EE (or 0xC088EE) is known color: Wisteria. HEX triplet: C0, 88 and EE. RGB value is (192,136,238). Sum of RGB (Red+Green+Blue) = 192+136+238=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #C088EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088EE is #3F7711. Grayscale: #A4A4A4. Windows color (decimal): -4159250 or 15632576. OLE color: 15632576.

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

Color convert

RGB 192 136 238 -
CMYK 0.19 0.43 0 0.07
HSL 272.94º 0.75% 0.73% -
HSV(B) 272.94º 0.43% 0.93% -
XYZ 45.98 34.99 85.22 -
YUV 164.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 192 136 238 0.19 0.43 0 0.07 272.94 0.75 0.73
Hex C0 88 EE 13 2B 0 7 111 4B 49
Octal 300 210 356 23 53 0 7 421 113 111
Binary 11000000 10001000 11101110 10011 101011 0 111 100010001 1001011 1001001

Color Harmonies of #C088EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088EE

Black with #C088EE

Text Example


Text Example

White with #C088EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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