#CF8AD9

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

Shades of Wisteria #CF8AD9

Tints of Wisteria #CF8AD9

Color information

#CF8AD9 (or 0xCF8AD9) is unknown color: approx Wisteria. HEX triplet: CF, 8A and D9. RGB value is (207,138,217). Sum of RGB (Red+Green+Blue) = 207+138+217=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF8AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AD9 is #307526. Grayscale: #A7A7A7. Windows color (decimal): -3175719 or 14256847. OLE color: 14256847.

HSL color Cylindrical-coordinate representation of color #CF8AD9: hue angle of 292.41º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8AD9 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207138217-
CMYK0.050.3600.15
HSL292.41º50.97%69.61%-
HSV(B)292.41º36.41%85.1%-
XYZ47.3436.4570.19-
YUV167.64155.86156.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=36.83%
G=24.56%
B=38.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071382170.050.3600.15292.4150.9769.61
HexCF8AD95240F1243346
Octal31721233154401744463106
Binary110011111000101011011001101100100011111001001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AD9; }

 p { color: rgb(207,138,217); }

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

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

 a { background-color: rgb(207,138,217); }

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

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

 span { border-color: rgb(207,138,217); }

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