#D667C9

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

Shades of Orchid #D667C9

Tints of Orchid #D667C9

Color information

#D667C9 (or 0xD667C9) is unknown color: approx Orchid. HEX triplet: D6, 67 and C9. RGB value is (214,103,201). Sum of RGB (Red+Green+Blue) = 214+103+201=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D667C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667C9 is #299836. Grayscale: #939393. Windows color (decimal): -2725943 or 13199318. OLE color: 13199318.

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

Color convert

RGB214103201-
CMYK00.520.060.16
HSL307.03º57.51%62.16%-
HSV(B)307.03º51.87%83.92%-
XYZ43.1228.2158.43-
YUV147.36158.27175.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 103 (40.62% from 255) = 19.88%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=41.31%
G=19.88%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410320100.520.060.16307.0357.5162.16
HexD667C90346101333a3e
Octal3261473110646204637276
Binary11010110110011111001001011010011010000100110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D667C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D667C9; }

 p { color: rgb(214,103,201); }

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

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

 a { background-color: rgb(214,103,201); }

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

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

 span { border-color: rgb(214,103,201); }

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