#D265C8

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

Shades of Orchid #D265C8

Tints of Orchid #D265C8

Color information

#D265C8 (or 0xD265C8) is unknown color: approx Orchid. HEX triplet: D2, 65 and C8. RGB value is (210,101,200). Sum of RGB (Red+Green+Blue) = 210+101+200=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D265C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265C8 is #2D9A37. Grayscale: #909090. Windows color (decimal): -2988600 or 13133266. OLE color: 13133266.

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

Color convert

RGB210101200-
CMYK00.520.050.18
HSL305.5º54.77%60.98%-
HSV(B)305.5º51.9%82.35%-
XYZ41.6627.1857.69-
YUV144.88159.11174.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 101 (39.84% from 255) = 19.77%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=41.10%
G=19.77%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010120000.520.050.18305.554.7760.98
HexD265C8034512132373d
Octal3221453100645224626775
Binary11010010110010111001000011010010110010100110010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D265C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D265C8; }

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

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

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

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

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

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

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

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