#CF85EA

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

Shades of Wisteria #CF85EA

Tints of Wisteria #CF85EA

Color information

#CF85EA (or 0xCF85EA) is unknown color: approx Wisteria. HEX triplet: CF, 85 and EA. RGB value is (207,133,234). Sum of RGB (Red+Green+Blue) = 207+133+234=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85EA is #307A15. Grayscale: #A6A6A6. Windows color (decimal): -3176982 or 15369679. OLE color: 15369679.

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

Color convert

RGB207133234-
CMYK0.120.4300.08
HSL283.96º70.63%71.96%-
HSV(B)283.96º43.16%91.76%-
XYZ48.9735.9882.21-
YUV166.64166.02156.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 133 (52.34% from 255) = 23.17%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=36.06%
G=23.17%
B=40.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071332340.120.4300.08283.9670.6371.96
HexCF85EAC2B0811c4748
Octal3172053521453010434107110
Binary11001111100001011110101011001010110100010001110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85EA; }

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

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

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

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

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

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

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

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