#CF90DA

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

Shades of Wisteria #CF90DA

Tints of Wisteria #CF90DA

Color information

#CF90DA (or 0xCF90DA) is unknown color: approx Wisteria. HEX triplet: CF, 90 and DA. RGB value is (207,144,218). Sum of RGB (Red+Green+Blue) = 207+144+218=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90DA is #306F25. Grayscale: #ABABAB. Windows color (decimal): -3174182 or 14323919. OLE color: 14323919.

HSL color Cylindrical-coordinate representation of color #CF90DA: hue angle of 291.08º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF90DA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207144218-
CMYK0.050.3400.15
HSL291.08º50%70.98%-
HSV(B)291.08º33.94%85.49%-
XYZ48.3638.2771.17-
YUV171.27154.37153.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=36.38%
G=25.31%
B=38.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071442180.050.3400.15291.085070.98
HexCF90DA5220F1233247
Octal31722033254201744362107
Binary110011111001000011011010101100010011111001000111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90DA; }

 p { color: rgb(207,144,218); }

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

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

 a { background-color: rgb(207,144,218); }

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

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

 span { border-color: rgb(207,144,218); }

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