#CF84E5

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

Shades of Wisteria #CF84E5

Tints of Wisteria #CF84E5

Color information

#CF84E5 (or 0xCF84E5) is unknown color: approx Wisteria. HEX triplet: CF, 84 and E5. RGB value is (207,132,229). Sum of RGB (Red+Green+Blue) = 207+132+229=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF84E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84E5 is #307B1A. Grayscale: #A5A5A5. Windows color (decimal): -3177243 or 15041743. OLE color: 15041743.

HSL color Cylindrical-coordinate representation of color #CF84E5: hue angle of 286.39º 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 #CF84E5 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207132229-
CMYK0.100.4200.10
HSL286.39º65.1%70.78%-
HSV(B)286.39º42.36%89.8%-
XYZ48.1335.4378.43-
YUV165.48163.85157.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 229 (89.84% from 255) = 40.32%
R=36.44%
G=23.24%
B=40.32%

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
Decimal2071322290.100.4200.10286.3965.170.78
HexCF84E5A2A0A11e4147
Octal3172043451252012436101107
Binary11001111100001001110010110101010100101010001111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84E5; }

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

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

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

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

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

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

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

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