#CF8BEA

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

Shades of Wisteria #CF8BEA

Tints of Wisteria #CF8BEA

Color information

#CF8BEA (or 0xCF8BEA) is unknown color: approx Wisteria. HEX triplet: CF, 8B and EA. RGB value is (207,139,234). Sum of RGB (Red+Green+Blue) = 207+139+234=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8BEA is #307415. Grayscale: #A9A9A9. Windows color (decimal): -3175446 or 15371215. OLE color: 15371215.

HSL color Cylindrical-coordinate representation of color #CF8BEA: hue angle of 282.95º degrees, saturation: 0.69, 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 #CF8BEA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207139234-
CMYK0.120.4100.08
HSL282.95º69.34%73.14%-
HSV(B)282.95º40.6%91.76%-
XYZ49.8237.6782.49-
YUV170.16164.03154.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 139 (54.69% from 255) = 23.97%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=35.69%
G=23.97%
B=40.34%

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
Decimal2071392340.120.4100.08282.9569.3473.14
HexCF8BEAC290811b4549
Octal3172133521451010433105111
Binary11001111100010111110101011001010010100010001101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BEA; }

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

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

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

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

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

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

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

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