#D265CD

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

Shades of Orchid #D265CD

Tints of Orchid #D265CD

Color information

#D265CD (or 0xD265CD) is unknown color: approx Orchid. HEX triplet: D2, 65 and CD. RGB value is (210,101,205). Sum of RGB (Red+Green+Blue) = 210+101+205=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D265CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265CD is #2D9A32. Grayscale: #919191. Windows color (decimal): -2988595 or 13460946. OLE color: 13460946.

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

Color convert

RGB210101205-
CMYK00.520.020.18
HSL302.75º54.77%60.98%-
HSV(B)302.75º51.9%82.35%-
XYZ42.2527.4260.82-
YUV145.45161.61174.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 101 (39.84% from 255) = 19.57%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=40.70%
G=19.57%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010120500.520.020.18302.7554.7760.98
HexD265CD03421212f373d
Octal3221453150642224576775
Binary1101001011001011100110101101001010010100101111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D265CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D265CD; }

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

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

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

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

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

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

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

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