#CF85E5

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

Shades of Wisteria #CF85E5

Tints of Wisteria #CF85E5

Color information

#CF85E5 (or 0xCF85E5) is unknown color: approx Wisteria. HEX triplet: CF, 85 and E5. RGB value is (207,133,229). Sum of RGB (Red+Green+Blue) = 207+133+229=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF85E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85E5 is #307A1A. Grayscale: #A5A5A5. Windows color (decimal): -3176987 or 15041999. OLE color: 15041999.

HSL color Cylindrical-coordinate representation of color #CF85E5: hue angle of 286.25º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF85E5 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207133229-
CMYK0.100.4200.10
HSL286.25º64.86%70.98%-
HSV(B)286.25º41.92%89.8%-
XYZ48.2635.778.48-
YUV166.07163.52157.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=36.38%
G=23.37%
B=40.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071332290.100.4200.10286.2564.8670.98
HexCF85E5A2A0A11e4147
Octal3172053451252012436101107
Binary11001111100001011110010110101010100101010001111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85E5; }

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

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

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

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

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

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

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

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