#C88FEA

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

Shades of Wisteria #C88FEA

Tints of Wisteria #C88FEA

Color information

#C88FEA (or 0xC88FEA) is unknown color: approx Wisteria. HEX triplet: C8, 8F and EA. RGB value is (200,143,234). Sum of RGB (Red+Green+Blue) = 200+143+234=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #C88FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88FEA is #377015. Grayscale: #AAAAAA. Windows color (decimal): -3633174 or 15372232. OLE color: 15372232.

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

Color convert

RGB200143234-
CMYK0.150.3900.08
HSL277.58º68.42%73.92%-
HSV(B)277.58º38.89%91.76%-
XYZ48.4937.8682.59-
YUV170.42163.88149.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.66%
GREEN value IS 143 (56.25% from 255) = 24.78%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=34.66%
G=24.78%
B=40.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001432340.150.3900.08277.5868.4273.92
HexC88FEAF2708116444a
Octal3102173521747010426104112
Binary11001000100011111110101011111001110100010001011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FEA; }

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

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

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

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

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

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

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

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