#CF8BDA

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

Shades of Wisteria #CF8BDA

Tints of Wisteria #CF8BDA

Color information

#CF8BDA (or 0xCF8BDA) is unknown color: approx Wisteria. HEX triplet: CF, 8B and DA. RGB value is (207,139,218). Sum of RGB (Red+Green+Blue) = 207+139+218=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BDA is #307425. Grayscale: #A8A8A8. Windows color (decimal): -3175462 or 14322639. OLE color: 14322639.

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

Color convert

RGB207139218-
CMYK0.050.3600.15
HSL291.65º51.63%70%-
HSV(B)291.65º36.24%85.49%-
XYZ47.6236.7970.92-
YUV168.34156.03155.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 139 (54.69% from 255) = 24.65%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=36.70%
G=24.65%
B=38.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071392180.050.3600.15291.6551.6370
HexCF8BDA5240F1243446
Octal31721333254401744464106
Binary110011111000101111011010101100100011111001001001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BDA; }

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

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

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

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

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

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

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

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