#C88CF0

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

Shades of Wisteria #C88CF0

Tints of Wisteria #C88CF0

Color information

#C88CF0 (or 0xC88CF0) is unknown color: approx Wisteria. HEX triplet: C8, 8C and F0. RGB value is (200,140,240). Sum of RGB (Red+Green+Blue) = 200+140+240=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #C88CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CF0 is #37730F. Grayscale: #A9A9A9. Windows color (decimal): -3633936 or 15764680. OLE color: 15764680.

HSL color Cylindrical-coordinate representation of color #C88CF0: hue angle of 276º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C88CF0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200140240-
CMYK0.170.4200.06
HSL276º76.92%74.51%-
HSV(B)276º41.67%94.12%-
XYZ48.9337.3387.06-
YUV169.34167.88149.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 240 (94.14% from 255) = 41.38%
R=34.48%
G=24.14%
B=41.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001402400.170.4200.0627676.9274.51
HexC88CF0112A061144d4b
Octal310214360215206424115113
Binary11001000100011001111000010001101010011010001010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CF0; }

 p { color: rgb(200,140,240); }

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

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

 a { background-color: rgb(200,140,240); }

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

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

 span { border-color: rgb(200,140,240); }

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