#D283CE

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

Shades of Orchid #D283CE

Tints of Orchid #D283CE

Color information

#D283CE (or 0xD283CE) is unknown color: approx Orchid. HEX triplet: D2, 83 and CE. RGB value is (210,131,206). Sum of RGB (Red+Green+Blue) = 210+131+206=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D283CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283CE is #2D7C31. Grayscale: #A2A2A2. Windows color (decimal): -2980914 or 13534162. OLE color: 13534162.

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

Color convert

RGB210131206-
CMYK00.380.020.18
HSL303.04º46.75%66.86%-
HSV(B)303.04º37.62%82.35%-
XYZ45.8434.3962.61-
YUV163.17152.17161.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=38.39%
G=23.95%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013120600.380.020.18303.0446.7566.86
HexD283CE02621212f2f43
Octal32220331604622245757103
Binary110100101000001111001110010011010100101001011111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283CE; }

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

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

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

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

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

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

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

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