#CF91DC

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

Shades of Wisteria #CF91DC

Tints of Wisteria #CF91DC

Color information

#CF91DC (or 0xCF91DC) is unknown color: approx Wisteria. HEX triplet: CF, 91 and DC. RGB value is (207,145,220). Sum of RGB (Red+Green+Blue) = 207+145+220=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91DC is #306E23. Grayscale: #ABABAB. Windows color (decimal): -3173924 or 14455247. OLE color: 14455247.

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

Color convert

RGB207145220-
CMYK0.060.3400.14
HSL289.6º51.72%71.57%-
HSV(B)289.6º34.09%86.27%-
XYZ48.7838.6872.61-
YUV172.09155.04152.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=36.19%
G=25.35%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071452200.060.3400.14289.651.7271.57
HexCF91DC6220E1223448
Octal31722133464201644264110
Binary110011111001000111011100110100010011101001000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91DC; }

 p { color: rgb(207,145,220); }

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

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

 a { background-color: rgb(207,145,220); }

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

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

 span { border-color: rgb(207,145,220); }

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