#D26CCF

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

Shades of Orchid #D26CCF

Tints of Orchid #D26CCF

Color information

#D26CCF (or 0xD26CCF) is unknown color: approx Orchid. HEX triplet: D2, 6C and CF. RGB value is (210,108,207). Sum of RGB (Red+Green+Blue) = 210+108+207=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CCF is #2D9330. Grayscale: #959595. Windows color (decimal): -2986801 or 13593810. OLE color: 13593810.

HSL color Cylindrical-coordinate representation of color #D26CCF: hue angle of 301.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26CCF is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210108207-
CMYK00.490.010.18
HSL301.76º53.12%62.35%-
HSV(B)301.76º48.57%82.35%-
XYZ43.228.9362.34-
YUV149.78160.29170.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=40%
G=20.57%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010820700.490.010.18301.7653.1262.35
HexD26CCF03111212e353e
Octal3221543170611224566576
Binary110100101101100110011110110001110010100101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26CCF; }

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

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

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

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

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

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

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

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