#CF92DB

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

Shades of Wisteria #CF92DB

Tints of Wisteria #CF92DB

Color information

#CF92DB (or 0xCF92DB) is unknown color: approx Wisteria. HEX triplet: CF, 92 and DB. RGB value is (207,146,219). Sum of RGB (Red+Green+Blue) = 207+146+219=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92DB is #306D24. Grayscale: #ACACAC. Windows color (decimal): -3173669 or 14389967. OLE color: 14389967.

HSL color Cylindrical-coordinate representation of color #CF92DB: hue angle of 290.14º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF92DB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207146219-
CMYK0.050.3300.14
HSL290.14º50.34%71.57%-
HSV(B)290.14º33.33%85.88%-
XYZ48.838.9471.96-
YUV172.56154.21152.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=36.19%
G=25.52%
B=38.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071462190.050.3300.14290.1450.3471.57
HexCF92DB5210E1223248
Octal31722233354101644262110
Binary110011111001001011011011101100001011101001000101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF92DB; }

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

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

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

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

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

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

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

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