#CF8BDC

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

Shades of Wisteria #CF8BDC

Tints of Wisteria #CF8BDC

Color information

#CF8BDC (or 0xCF8BDC) is unknown color: approx Wisteria. HEX triplet: CF, 8B and DC. RGB value is (207,139,220). Sum of RGB (Red+Green+Blue) = 207+139+220=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BDC is #307423. Grayscale: #A8A8A8. Windows color (decimal): -3175460 or 14453711. OLE color: 14453711.

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

Color convert

RGB207139220-
CMYK0.060.3700.14
HSL290.37º53.64%70.39%-
HSV(B)290.37º36.82%86.27%-
XYZ47.8836.972.31-
YUV168.57157.03155.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 139 (54.69% from 255) = 24.56%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=36.57%
G=24.56%
B=38.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071392200.060.3700.14290.3753.6470.39
HexCF8BDC6250E1223646
Octal31721333464501644266106
Binary110011111000101111011100110100101011101001000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BDC; }

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

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

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

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

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

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

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

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