#D67CD0

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

Shades of Orchid #D67CD0

Tints of Orchid #D67CD0

Color information

#D67CD0 (or 0xD67CD0) is unknown color: approx Orchid. HEX triplet: D6, 7C and D0. RGB value is (214,124,208). Sum of RGB (Red+Green+Blue) = 214+124+208=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CD0 is #29832F. Grayscale: #A0A0A0. Windows color (decimal): -2720560 or 13663446. OLE color: 13663446.

HSL color Cylindrical-coordinate representation of color #D67CD0: hue angle of 304º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67CD0 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214124208-
CMYK00.420.030.16
HSL304º52.33%66.27%-
HSV(B)304º42.06%83.92%-
XYZ46.3233.2763.65-
YUV160.49154.82166.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 124 (48.83% from 255) = 22.71%
BLUE value IS 208 (81.64% from 255) = 38.10%
R=39.19%
G=22.71%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412420800.420.030.1630452.3366.27
HexD67CD002A3101303442
Octal32617432005232046064102
Binary11010110111110011010000010101011100001001100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67CD0; }

 p { color: rgb(214,124,208); }

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

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

 a { background-color: rgb(214,124,208); }

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

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

 span { border-color: rgb(214,124,208); }

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