#D265C9

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

Shades of Orchid #D265C9

Tints of Orchid #D265C9

Color information

#D265C9 (or 0xD265C9) is unknown color: approx Orchid. HEX triplet: D2, 65 and C9. RGB value is (210,101,201). Sum of RGB (Red+Green+Blue) = 210+101+201=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D265C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265C9 is #2D9A36. Grayscale: #909090. Windows color (decimal): -2988599 or 13198802. OLE color: 13198802.

HSL color Cylindrical-coordinate representation of color #D265C9: hue angle of 304.95º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D265C9 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210101201-
CMYK00.520.040.18
HSL304.95º54.77%60.98%-
HSV(B)304.95º51.9%82.35%-
XYZ41.7727.2358.31-
YUV144.99159.61174.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=41.02%
G=19.73%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010120100.520.040.18304.9554.7760.98
HexD265C9034412131373d
Octal3221453110644224616775
Binary11010010110010111001001011010010010010100110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D265C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D265C9; }

 p { color: rgb(210,101,201); }

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

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

 a { background-color: rgb(210,101,201); }

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

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

 span { border-color: rgb(210,101,201); }

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