#D26CD7

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

Shades of Orchid #D26CD7

Tints of Orchid #D26CD7

Color information

#D26CD7 (or 0xD26CD7) is unknown color: approx Orchid. HEX triplet: D2, 6C and D7. RGB value is (210,108,215). Sum of RGB (Red+Green+Blue) = 210+108+215=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #D26CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CD7 is #2D9328. Grayscale: #969696. Windows color (decimal): -2986793 or 14118098. OLE color: 14118098.

HSL color Cylindrical-coordinate representation of color #D26CD7: hue angle of 297.2º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26CD7 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210108215-
CMYK0.020.5000.16
HSL297.2º57.22%63.33%-
HSV(B)297.2º49.77%84.31%-
XYZ44.2129.3367.62-
YUV150.7164.29170.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=39.40%
G=20.26%
B=40.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101082150.020.5000.16297.257.2263.33
HexD26CD7232010129393f
Octal3221543272620204517177
Binary1101001011011001101011110110010010000100101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26CD7; }

 p { color: rgb(210,108,215); }

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

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

 a { background-color: rgb(210,108,215); }

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

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

 span { border-color: rgb(210,108,215); }

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