Html Css Color HEX #C088ED Wisteria

📋 copy color: '#C088ED'

red 192 ◦ green 136 ◦ blue 237

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

Shades of Wisteria #C088ED

Tints of Wisteria #C088ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 33.98%
G = 24.07%
B = 41.95%

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

#C088ED (or 0xC088ED) is known color: Wisteria. HEX triplet: C0, 88 and ED. RGB value is (192,136,237). Sum of RGB (Red+Green+Blue) = 192+136+237=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #C088ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088ED is #3F7712. Grayscale: #A3A3A3. Windows color (decimal): -4159251 or 15567040. OLE color: 15567040.

HSL color Cylindrical-coordinate representation of color #C088ED: hue angle of 273.27º degrees, saturation: 0.74, 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 #C088ED is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 136 237 -
CMYK 0.19 0.43 0 0.07
HSL 273.27º 0.74% 0.73% -
HSV(B) 273.27º 0.43% 0.93% -
XYZ 45.83 34.93 84.45 -
YUV 164.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 192 136 237 0.19 0.43 0 0.07 273.27 0.74 0.73
Hex C0 88 ED 13 2B 0 7 111 4A 49
Octal 300 210 355 23 53 0 7 421 112 111
Binary 11000000 10001000 11101101 10011 101011 0 111 100010001 1001010 1001001

Color Harmonies of #C088ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088ED

Black with #C088ED

Text Example


Text Example

White with #C088ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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