#D67DCD

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

Shades of Orchid #D67DCD

Tints of Orchid #D67DCD

Color information

#D67DCD (or 0xD67DCD) is unknown color: approx Orchid. HEX triplet: D6, 7D and CD. RGB value is (214,125,205). Sum of RGB (Red+Green+Blue) = 214+125+205=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DCD is #298232. Grayscale: #A0A0A0. Windows color (decimal): -2720307 or 13467094. OLE color: 13467094.

HSL color Cylindrical-coordinate representation of color #D67DCD: hue angle of 306.07º 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 #D67DCD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214125205-
CMYK00.420.040.16
HSL306.07º52.05%66.47%-
HSV(B)306.07º41.59%83.92%-
XYZ46.0833.3761.77-
YUV160.73152.99166-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=39.34%
G=22.98%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412520500.420.040.16306.0752.0566.47
HexD67DCD02A4101323442
Octal32617531505242046264102
Binary110101101111101110011010101010100100001001100101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DCD; }

 p { color: rgb(214,125,205); }

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

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

 a { background-color: rgb(214,125,205); }

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

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

 span { border-color: rgb(214,125,205); }

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