#D267BE

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

Shades of Orchid #D267BE

Tints of Orchid #D267BE

Color information

#D267BE (or 0xD267BE) is unknown color: approx Orchid. HEX triplet: D2, 67 and BE. RGB value is (210,103,190). Sum of RGB (Red+Green+Blue) = 210+103+190=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D267BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267BE is #2D9841. Grayscale: #909090. Windows color (decimal): -2988098 or 12478418. OLE color: 12478418.

HSL color Cylindrical-coordinate representation of color #D267BE: hue angle of 311.21º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267BE is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210103190-
CMYK00.510.100.18
HSL311.21º54.31%61.37%-
HSV(B)311.21º50.95%82.35%-
XYZ40.7227.1251.8-
YUV144.91153.45174.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 103 (40.62% from 255) = 20.48%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=41.75%
G=20.48%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010319000.510.100.18311.2154.3161.37
HexD267BE033A12137363d
Octal32214727606312224676675
Binary110100101100111101111100110011101010010100110111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D267BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D267BE; }

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

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

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

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

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

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

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

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