#CF8AF1

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

Shades of Wisteria #CF8AF1

Tints of Wisteria #CF8AF1

Color information

#CF8AF1 (or 0xCF8AF1) is unknown color: approx Wisteria. HEX triplet: CF, 8A and F1. RGB value is (207,138,241). Sum of RGB (Red+Green+Blue) = 207+138+241=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8AF1 is #30750E. Grayscale: #AAAAAA. Windows color (decimal): -3175695 or 15829711. OLE color: 15829711.

HSL color Cylindrical-coordinate representation of color #CF8AF1: hue angle of 280.19º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8AF1 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207138241-
CMYK0.140.4300.05
HSL280.19º78.63%74.31%-
HSV(B)280.19º42.74%94.51%-
XYZ50.737.7987.84-
YUV170.37167.86154.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=35.32%
G=23.55%
B=41.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071382410.140.4300.05280.1978.6374.31
HexCF8AF1E2B051184f4a
Octal317212361165305430117112
Binary1100111110001010111100011110101011010110001100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AF1; }

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

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

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

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

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

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

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

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