#C88BEA

Color #C88BEA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C88BEA

Tints of Wisteria #C88BEA

Color information

#C88BEA (or 0xC88BEA) is unknown color: approx Wisteria. HEX triplet: C8, 8B and EA. RGB value is (200,139,234). Sum of RGB (Red+Green+Blue) = 200+139+234=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #C88BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88BEA is #377415. Grayscale: #A7A7A7. Windows color (decimal): -3634198 or 15371208. OLE color: 15371208.

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

Color convert

RGB200139234-
CMYK0.150.4100.08
HSL278.53º69.34%73.14%-
HSV(B)278.53º40.6%91.76%-
XYZ47.936.6982.4-
YUV168.07165.21150.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 139 (54.69% from 255) = 24.26%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=34.90%
G=24.26%
B=40.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001392340.150.4100.08278.5369.3473.14
HexC88BEAF29081174549
Octal3102133521751010427105111
Binary11001000100010111110101011111010010100010001011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BEA; }

 p { color: rgb(200,139,234); }

 H1.HeaderClassName
 {
   color: #C88BEA;
 }
 .AnyTagClassName
 {
   color: #C88BEA;
 }
</style>
background-color css

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

 a { background-color: rgb(200,139,234); }

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

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

 span { border-color: rgb(200,139,234); }

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