#D269CE

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

Shades of Orchid #D269CE

Tints of Orchid #D269CE

Color information

#D269CE (or 0xD269CE) is unknown color: approx Orchid. HEX triplet: D2, 69 and CE. RGB value is (210,105,206). Sum of RGB (Red+Green+Blue) = 210+105+206=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D269CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269CE is #2D9631. Grayscale: #939393. Windows color (decimal): -2987570 or 13527506. OLE color: 13527506.

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

Color convert

RGB210105206-
CMYK00.500.020.18
HSL302.29º53.85%61.76%-
HSV(B)302.29º50%82.35%-
XYZ42.7728.2661.59-
YUV147.91160.79172.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=40.31%
G=20.15%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010520600.500.020.18302.2953.8561.76
HexD269CE03221212e363e
Octal3221513160622224566676
Binary1101001011010011100111001100101010010100101110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269CE; }

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

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

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

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

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

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

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

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