#D270CE

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

Shades of Orchid #D270CE

Tints of Orchid #D270CE

Color information

#D270CE (or 0xD270CE) is unknown color: approx Orchid. HEX triplet: D2, 70 and CE. RGB value is (210,112,206). Sum of RGB (Red+Green+Blue) = 210+112+206=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D270CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270CE is #2D8F31. Grayscale: #979797. Windows color (decimal): -2985778 or 13529298. OLE color: 13529298.

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

Color convert

RGB210112206-
CMYK00.470.020.18
HSL302.45º52.13%63.14%-
HSV(B)302.45º46.67%82.35%-
XYZ43.5129.7561.84-
YUV152.02158.47169.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=39.77%
G=21.21%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011220600.470.020.18302.4552.1363.14
HexD270CE02F21212e343f
Octal3221603160572224566477
Binary1101001011100001100111001011111010010100101110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D270CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D270CE; }

 p { color: rgb(210,112,206); }

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

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

 a { background-color: rgb(210,112,206); }

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

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

 span { border-color: rgb(210,112,206); }

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