#D67DC4

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

Shades of Orchid #D67DC4

Tints of Orchid #D67DC4

Color information

#D67DC4 (or 0xD67DC4) is unknown color: approx Orchid. HEX triplet: D6, 7D and C4. RGB value is (214,125,196). Sum of RGB (Red+Green+Blue) = 214+125+196=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DC4 is #29823B. Grayscale: #9F9F9F. Windows color (decimal): -2720316 or 12877270. OLE color: 12877270.

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

Color convert

RGB214125196-
CMYK00.420.080.16
HSL312.13º52.05%66.47%-
HSV(B)312.13º41.59%83.92%-
XYZ45.0332.9556.21-
YUV159.7148.49166.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 196 (76.95% from 255) = 36.64%
R=40%
G=23.36%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412519600.420.080.16312.1352.0566.47
HexD67DC402A8101383442
Octal326175304052102047064102
Binary1101011011111011100010001010101000100001001110001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DC4; }

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

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

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

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

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

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

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

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