#D260CA

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

Shades of Orchid #D260CA

Tints of Orchid #D260CA

Color information

#D260CA (or 0xD260CA) is unknown color: approx Orchid. HEX triplet: D2, 60 and CA. RGB value is (210,96,202). Sum of RGB (Red+Green+Blue) = 210+96+202=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D260CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260CA is #2D9F35. Grayscale: #8D8D8D. Windows color (decimal): -2989878 or 13263058. OLE color: 13263058.

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

Color convert

RGB21096202-
CMYK00.540.040.18
HSL304.21º55.88%60%-
HSV(B)304.21º54.29%82.35%-
XYZ41.4226.3358.78-
YUV142.17161.77176.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.34%
GREEN value IS 96 (37.89% from 255) = 18.90%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=41.34%
G=18.90%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109620200.540.040.18304.2155.8860
HexD260CA036412130383c
Octal3221403120664224607074
Binary11010010110000011001010011011010010010100110000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D260CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D260CA; }

 p { color: rgb(210,96,202); }

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

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

 a { background-color: rgb(210,96,202); }

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

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

 span { border-color: rgb(210,96,202); }

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