#CF92F6

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

Shades of Wisteria #CF92F6

Tints of Wisteria #CF92F6

Color information

#CF92F6 (or 0xCF92F6) is unknown color: approx Wisteria. HEX triplet: CF, 92 and F6. RGB value is (207,146,246). Sum of RGB (Red+Green+Blue) = 207+146+246=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 246 (96.48% from 255 or 41.07% from 599); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF92F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF92F6 is #306D09. Grayscale: #AFAFAF. Windows color (decimal): -3173642 or 16159439. OLE color: 16159439.

HSL color Cylindrical-coordinate representation of color #CF92F6: hue angle of 276.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF92F6 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207146246-
CMYK0.160.4100.04
HSL276.6º84.75%76.86%-
HSV(B)276.6º40.65%96.47%-
XYZ52.6540.4892.23-
YUV175.64167.71150.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 246 (96.48% from 255) = 41.07%
R=34.56%
G=24.37%
B=41.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071462460.160.4100.04276.684.7576.86
HexCF92F6102904115554d
Octal317222366205104425125115
Binary11001111100100101111011010000101001010010001010110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF92F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF92F6; }

 p { color: rgb(207,146,246); }

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

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

 a { background-color: rgb(207,146,246); }

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

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

 span { border-color: rgb(207,146,246); }

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