#D67DCA

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

Shades of Orchid #D67DCA

Tints of Orchid #D67DCA

Color information

#D67DCA (or 0xD67DCA) is unknown color: approx Orchid. HEX triplet: D6, 7D and CA. RGB value is (214,125,202). Sum of RGB (Red+Green+Blue) = 214+125+202=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DCA is #298235. Grayscale: #A0A0A0. Windows color (decimal): -2720310 or 13270486. OLE color: 13270486.

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

Color convert

RGB214125202-
CMYK00.420.060.16
HSL308.09º52.05%66.47%-
HSV(B)308.09º41.59%83.92%-
XYZ45.7333.2359.88-
YUV160.39151.49166.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=39.56%
G=23.11%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412520200.420.060.16308.0952.0566.47
HexD67DCA02A6101343442
Octal32617531205262046464102
Binary110101101111101110010100101010110100001001101001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DCA; }

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

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

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

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

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

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

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

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