#D68CEF

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

Shades of Wisteria #D68CEF

Tints of Wisteria #D68CEF

Color information

#D68CEF (or 0xD68CEF) is unknown color: approx Wisteria. HEX triplet: D6, 8C and EF. RGB value is (214,140,239). Sum of RGB (Red+Green+Blue) = 214+140+239=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #D68CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CEF is #297310. Grayscale: #ADADAD. Windows color (decimal): -2716433 or 15699158. OLE color: 15699158.

HSL color Cylindrical-coordinate representation of color #D68CEF: hue angle of 284.85º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68CEF is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214140239-
CMYK0.100.4100.06
HSL284.85º75.57%74.31%-
HSV(B)284.85º41.42%93.73%-
XYZ52.6939.2886.47-
YUV173.41165.02156.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 140 (55.08% from 255) = 23.61%
BLUE value IS 239 (93.75% from 255) = 40.30%
R=36.09%
G=23.61%
B=40.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141402390.100.4100.06284.8575.5774.31
HexD68CEFA290611d4c4a
Octal326214357125106435114112
Binary1101011010001100111011111010101001011010001110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CEF; }

 p { color: rgb(214,140,239); }

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

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

 a { background-color: rgb(214,140,239); }

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

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

 span { border-color: rgb(214,140,239); }

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