#CF8AEA

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

Shades of Wisteria #CF8AEA

Tints of Wisteria #CF8AEA

Color information

#CF8AEA (or 0xCF8AEA) is unknown color: approx Wisteria. HEX triplet: CF, 8A and EA. RGB value is (207,138,234). Sum of RGB (Red+Green+Blue) = 207+138+234=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF8AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8AEA is #307515. Grayscale: #A9A9A9. Windows color (decimal): -3175702 or 15370959. OLE color: 15370959.

HSL color Cylindrical-coordinate representation of color #CF8AEA: hue angle of 283.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF8AEA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207138234-
CMYK0.120.4100.08
HSL283.12º69.57%72.94%-
HSV(B)283.12º41.03%91.76%-
XYZ49.6737.3882.44-
YUV169.58164.36154.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 138 (54.30% from 255) = 23.83%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=35.75%
G=23.83%
B=40.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071382340.120.4100.08283.1269.5772.94
HexCF8AEAC290811b4649
Octal3172123521451010433106111
Binary11001111100010101110101011001010010100010001101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AEA; }

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

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

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

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

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

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

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

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