#CF8CDC

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

Shades of Wisteria #CF8CDC

Tints of Wisteria #CF8CDC

Color information

#CF8CDC (or 0xCF8CDC) is unknown color: approx Wisteria. HEX triplet: CF, 8C and DC. RGB value is (207,140,220). Sum of RGB (Red+Green+Blue) = 207+140+220=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CDC is #307323. Grayscale: #A8A8A8. Windows color (decimal): -3175204 or 14453967. OLE color: 14453967.

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

Color convert

RGB207140220-
CMYK0.060.3600.14
HSL290.25º53.33%70.59%-
HSV(B)290.25º36.36%86.27%-
XYZ48.0337.1972.36-
YUV169.15156.7155-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=36.51%
G=24.69%
B=38.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071402200.060.3600.14290.2553.3370.59
HexCF8CDC6240E1223547
Octal31721433464401644265107
Binary110011111000110011011100110100100011101001000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CDC; }

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

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

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

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

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

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

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

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