#D26ACF

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

Shades of Orchid #D26ACF

Tints of Orchid #D26ACF

Color information

#D26ACF (or 0xD26ACF) is unknown color: approx Orchid. HEX triplet: D2, 6A and CF. RGB value is (210,106,207). Sum of RGB (Red+Green+Blue) = 210+106+207=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ACF is #2D9530. Grayscale: #949494. Windows color (decimal): -2987313 or 13593298. OLE color: 13593298.

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

Color convert

RGB210106207-
CMYK00.500.010.18
HSL301.73º53.61%61.96%-
HSV(B)301.73º49.52%82.35%-
XYZ42.9928.5162.27-
YUV148.61160.96171.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 106 (41.80% from 255) = 20.27%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=40.15%
G=20.27%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010620700.500.010.18301.7353.6161.96
HexD26ACF03211212e363e
Octal3221523170621224566676
Binary110100101101010110011110110010110010100101110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26ACF; }

 p { color: rgb(210,106,207); }

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

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

 a { background-color: rgb(210,106,207); }

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

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

 span { border-color: rgb(210,106,207); }

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