#D269BC

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

Shades of Orchid #D269BC

Tints of Orchid #D269BC

Color information

#D269BC (or 0xD269BC) is unknown color: approx Orchid. HEX triplet: D2, 69 and BC. RGB value is (210,105,188). Sum of RGB (Red+Green+Blue) = 210+105+188=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D269BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269BC is #2D9643. Grayscale: #919191. Windows color (decimal): -2987588 or 12347858. OLE color: 12347858.

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

Color convert

RGB210105188-
CMYK00.500.100.18
HSL312.57º53.85%61.76%-
HSV(B)312.57º50%82.35%-
XYZ40.7127.4450.73-
YUV145.86151.79173.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=41.75%
G=20.87%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010518800.500.100.18312.5753.8561.76
HexD269BC032A12139363e
Octal32215127406212224716676
Binary110100101101001101111000110010101010010100111001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269BC; }

 p { color: rgb(210,105,188); }

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

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

 a { background-color: rgb(210,105,188); }

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

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

 span { border-color: rgb(210,105,188); }

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