Html Css Color HEX #C088DF Wisteria

📋 copy color: '#C088DF'

red 192 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #C088DF

Tints of Wisteria #C088DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 34.85%
G = 24.68%
B = 40.47%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C088DF (or 0xC088DF) is known color: Wisteria. HEX triplet: C0, 88 and DF. RGB value is (192,136,223). Sum of RGB (Red+Green+Blue) = 192+136+223=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #C088DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088DF is #3F7720. Grayscale: #A2A2A2. Windows color (decimal): -4159265 or 14649536. OLE color: 14649536.

HSL color Cylindrical-coordinate representation of color #C088DF: hue angle of 278.62º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C088DF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 136 223 -
CMYK 0.14 0.39 0 0.13
HSL 278.62º 0.58% 0.7% -
HSV(B) 278.62º 0.39% 0.87% -
XYZ 43.86 34.14 74.09 -
YUV 162.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 192 136 223 0.14 0.39 0 0.13 278.62 0.58 0.7
Hex C0 88 DF E 27 0 D 117 3A 46
Octal 300 210 337 16 47 0 15 427 72 106
Binary 11000000 10001000 11011111 1110 100111 0 1101 100010111 111010 1000110

Color Harmonies of #C088DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088DF

Black with #C088DF

Text Example


Text Example

White with #C088DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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