#D883C2

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

Shades of Orchid #D883C2

Tints of Orchid #D883C2

Color information

#D883C2 (or 0xD883C2) is unknown color: approx Orchid. HEX triplet: D8, 83 and C2. RGB value is (216,131,194). Sum of RGB (Red+Green+Blue) = 216+131+194=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D883C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883C2 is #277C3D. Grayscale: #A3A3A3. Windows color (decimal): -2587710 or 12747736. OLE color: 12747736.

HSL color Cylindrical-coordinate representation of color #D883C2: hue angle of 315.53º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D883C2 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB216131194-
CMYK00.390.100.15
HSL315.53º52.15%68.04%-
HSV(B)315.53º39.35%84.71%-
XYZ46.1734.7355.31-
YUV163.6145.16165.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=39.93%
G=24.21%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613119400.390.100.15315.5352.1568.04
HexD883C2027AF13c3444
Octal330203302047121747464104
Binary1101100010000011110000100100111101011111001111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883C2; }

 p { color: rgb(216,131,194); }

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

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

 a { background-color: rgb(216,131,194); }

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

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

 span { border-color: rgb(216,131,194); }

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