#D483C2

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

Shades of Orchid #D483C2

Tints of Orchid #D483C2

Color information

#D483C2 (or 0xD483C2) is unknown color: approx Orchid. HEX triplet: D4, 83 and C2. RGB value is (212,131,194). Sum of RGB (Red+Green+Blue) = 212+131+194=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D483C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483C2 is #2B7C3D. Grayscale: #A2A2A2. Windows color (decimal): -2849854 or 12747732. OLE color: 12747732.

HSL color Cylindrical-coordinate representation of color #D483C2: hue angle of 313.33º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D483C2 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212131194-
CMYK00.380.080.17
HSL313.33º48.5%67.25%-
HSV(B)313.33º38.21%83.14%-
XYZ45.0134.1255.25-
YUV162.4145.84163.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 131 (51.56% from 255) = 24.39%
BLUE value IS 194 (76.17% from 255) = 36.13%
R=39.48%
G=24.39%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213119400.380.080.17313.3348.567.25
HexD483C20268111393143
Octal324203302046102147161103
Binary11010100100000111100001001001101000100011001110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D483C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D483C2; }

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

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

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

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

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

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

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

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