#D267DE

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

Shades of Orchid #D267DE

Tints of Orchid #D267DE

Color information

#D267DE (or 0xD267DE) is unknown color: approx Orchid. HEX triplet: D2, 67 and DE. RGB value is (210,103,222). Sum of RGB (Red+Green+Blue) = 210+103+222=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #D267DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267DE is #2D9821. Grayscale: #949494. Windows color (decimal): -2988066 or 14575570. OLE color: 14575570.

HSL color Cylindrical-coordinate representation of color #D267DE: hue angle of 293.95º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D267DE is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210103222-
CMYK0.050.5400.13
HSL293.95º64.32%63.73%-
HSV(B)293.95º53.6%87.06%-
XYZ44.6128.6872.29-
YUV148.56169.45171.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 103 (40.62% from 255) = 19.25%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=39.25%
G=19.25%
B=41.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101032220.050.5400.13293.9564.3263.73
HexD267DE5360D1264040
Octal322147336566015446100100
Binary110100101100111110111101011101100110110010011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D267DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D267DE; }

 p { color: rgb(210,103,222); }

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

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

 a { background-color: rgb(210,103,222); }

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

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

 span { border-color: rgb(210,103,222); }

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