#D684CC

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

Shades of Orchid #D684CC

Tints of Orchid #D684CC

Color information

#D684CC (or 0xD684CC) is unknown color: approx Orchid. HEX triplet: D6, 84 and CC. RGB value is (214,132,204). Sum of RGB (Red+Green+Blue) = 214+132+204=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D684CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684CC is #297B33. Grayscale: #A4A4A4. Windows color (decimal): -2718516 or 13403350. OLE color: 13403350.

HSL color Cylindrical-coordinate representation of color #D684CC: hue angle of 307.32º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D684CC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214132204-
CMYK00.380.050.16
HSL307.32º50%67.84%-
HSV(B)307.32º38.32%83.92%-
XYZ46.8835.1661.44-
YUV164.73150.17163.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=38.91%
G=24%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413220400.380.050.16307.325067.84
HexD684CC0265101333244
Octal32620431404652046362104
Binary1101011010000100110011000100110101100001001100111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684CC; }

 p { color: rgb(214,132,204); }

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

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

 a { background-color: rgb(214,132,204); }

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

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

 span { border-color: rgb(214,132,204); }

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