#CF8BDF

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

Shades of Wisteria #CF8BDF

Tints of Wisteria #CF8BDF

Color information

#CF8BDF (or 0xCF8BDF) is unknown color: approx Wisteria. HEX triplet: CF, 8B and DF. RGB value is (207,139,223). Sum of RGB (Red+Green+Blue) = 207+139+223=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BDF is #307420. Grayscale: #A8A8A8. Windows color (decimal): -3175457 or 14650319. OLE color: 14650319.

HSL color Cylindrical-coordinate representation of color #CF8BDF: hue angle of 288.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8BDF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207139223-
CMYK0.070.3800.13
HSL288.57º56.76%70.98%-
HSV(B)288.57º37.67%87.45%-
XYZ48.2837.0674.42-
YUV168.91158.53155.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 139 (54.69% from 255) = 24.43%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=36.38%
G=24.43%
B=39.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071392230.070.3800.13288.5756.7670.98
HexCF8BDF7260D1213947
Octal31721333774601544171107
Binary110011111000101111011111111100110011011001000011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BDF; }

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

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

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

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

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

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

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

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