#CF8FDC

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

Shades of Wisteria #CF8FDC

Tints of Wisteria #CF8FDC

Color information

#CF8FDC (or 0xCF8FDC) is unknown color: approx Wisteria. HEX triplet: CF, 8F and DC. RGB value is (207,143,220). Sum of RGB (Red+Green+Blue) = 207+143+220=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FDC is #307023. Grayscale: #AAAAAA. Windows color (decimal): -3174436 or 14454735. OLE color: 14454735.

HSL color Cylindrical-coordinate representation of color #CF8FDC: hue angle of 289.87º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF8FDC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207143220-
CMYK0.060.3500.14
HSL289.87º52.38%71.18%-
HSV(B)289.87º35%86.27%-
XYZ48.4738.0872.51-
YUV170.91155.7153.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=36.32%
G=25.09%
B=38.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071432200.060.3500.14289.8752.3871.18
HexCF8FDC6230E1223447
Octal31721733464301644264107
Binary110011111000111111011100110100011011101001000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8FDC; }

 p { color: rgb(207,143,220); }

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

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

 a { background-color: rgb(207,143,220); }

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

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

 span { border-color: rgb(207,143,220); }

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