#D667CE

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

Shades of Orchid #D667CE

Tints of Orchid #D667CE

Color information

#D667CE (or 0xD667CE) is unknown color: approx Orchid. HEX triplet: D6, 67 and CE. RGB value is (214,103,206). Sum of RGB (Red+Green+Blue) = 214+103+206=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D667CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667CE is #299831. Grayscale: #939393. Windows color (decimal): -2725938 or 13526998. OLE color: 13526998.

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

Color convert

RGB214103206-
CMYK00.520.040.16
HSL304.32º57.51%62.16%-
HSV(B)304.32º51.87%83.92%-
XYZ43.7228.4561.58-
YUV147.93160.77175.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 103 (40.62% from 255) = 19.69%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=40.92%
G=19.69%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410320600.520.040.16304.3257.5162.16
HexD667CE0344101303a3e
Octal3261473160644204607276
Binary11010110110011111001110011010010010000100110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D667CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D667CE; }

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

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

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

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

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

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

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

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