#D267CE

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

Shades of Orchid #D267CE

Tints of Orchid #D267CE

Color information

#D267CE (or 0xD267CE) is unknown color: approx Orchid. HEX triplet: D2, 67 and CE. RGB value is (210,103,206). Sum of RGB (Red+Green+Blue) = 210+103+206=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D267CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267CE is #2D9831. Grayscale: #929292. Windows color (decimal): -2988082 or 13526994. OLE color: 13526994.

HSL color Cylindrical-coordinate representation of color #D267CE: hue angle of 302.24º 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 #D267CE is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210103206-
CMYK00.510.020.18
HSL302.24º54.31%61.37%-
HSV(B)302.24º50.95%82.35%-
XYZ42.5727.8661.53-
YUV146.74161.45173.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 103 (40.62% from 255) = 19.85%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=40.46%
G=19.85%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010320600.510.020.18302.2454.3161.37
HexD267CE03321212e363d
Octal3221473160632224566675
Binary1101001011001111100111001100111010010100101110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D267CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D267CE; }

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

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

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

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

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

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

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

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