#CF8CDA

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

Shades of Wisteria #CF8CDA

Tints of Wisteria #CF8CDA

Color information

#CF8CDA (or 0xCF8CDA) is unknown color: approx Wisteria. HEX triplet: CF, 8C and DA. RGB value is (207,140,218). Sum of RGB (Red+Green+Blue) = 207+140+218=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CDA is #307325. Grayscale: #A8A8A8. Windows color (decimal): -3175206 or 14322895. OLE color: 14322895.

HSL color Cylindrical-coordinate representation of color #CF8CDA: hue angle of 291.54º degrees, saturation: 0.51, 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 #CF8CDA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207140218-
CMYK0.050.3600.15
HSL291.54º51.32%70.2%-
HSV(B)291.54º35.78%85.49%-
XYZ47.7737.0870.97-
YUV168.92155.7155.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=36.64%
G=24.78%
B=38.58%

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
Decimal2071402180.050.3600.15291.5451.3270.2
HexCF8CDA5240F1243346
Octal31721433254401744463106
Binary110011111000110011011010101100100011111001001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CDA; }

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

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

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

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

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

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

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

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