#CF8BE9

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

Shades of Wisteria #CF8BE9

Tints of Wisteria #CF8BE9

Color information

#CF8BE9 (or 0xCF8BE9) is unknown color: approx Wisteria. HEX triplet: CF, 8B and E9. RGB value is (207,139,233). Sum of RGB (Red+Green+Blue) = 207+139+233=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF8BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8BE9 is #307416. Grayscale: #A9A9A9. Windows color (decimal): -3175447 or 15305679. OLE color: 15305679.

HSL color Cylindrical-coordinate representation of color #CF8BE9: hue angle of 283.4º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF8BE9 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207139233-
CMYK0.110.4000.09
HSL283.4º68.12%72.94%-
HSV(B)283.4º40.34%91.37%-
XYZ49.6737.6181.73-
YUV170.05163.53154.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 139 (54.69% from 255) = 24.01%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=35.75%
G=24.01%
B=40.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071392330.110.4000.09283.468.1272.94
HexCF8BE9B280911b4449
Octal3172133511350011433104111
Binary11001111100010111110100110111010000100110001101110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BE9; }

 p { color: rgb(207,139,233); }

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

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

 a { background-color: rgb(207,139,233); }

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

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

 span { border-color: rgb(207,139,233); }

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