#D283CC

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

Shades of Orchid #D283CC

Tints of Orchid #D283CC

Color information

#D283CC (or 0xD283CC) is unknown color: approx Orchid. HEX triplet: D2, 83 and CC. RGB value is (210,131,204). Sum of RGB (Red+Green+Blue) = 210+131+204=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D283CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283CC is #2D7C33. Grayscale: #A2A2A2. Windows color (decimal): -2980916 or 13403090. OLE color: 13403090.

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

Color convert

RGB210131204-
CMYK00.380.030.18
HSL304.56º46.75%66.86%-
HSV(B)304.56º37.62%82.35%-
XYZ45.5934.2961.34-
YUV162.94151.17161.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 131 (51.56% from 255) = 24.04%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=38.53%
G=24.04%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013120400.380.030.18304.5646.7566.86
HexD283CC0263121312f43
Octal32220331404632246157103
Binary110100101000001111001100010011011100101001100011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283CC; }

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

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

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

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

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

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

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

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