#D482CA

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

Shades of Orchid #D482CA

Tints of Orchid #D482CA

Color information

#D482CA (or 0xD482CA) is unknown color: approx Orchid. HEX triplet: D4, 82 and CA. RGB value is (212,130,202). Sum of RGB (Red+Green+Blue) = 212+130+202=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D482CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482CA is #2B7D35. Grayscale: #A2A2A2. Windows color (decimal): -2850102 or 13271764. OLE color: 13271764.

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

Color convert

RGB212130202-
CMYK00.390.050.17
HSL307.32º48.81%67.06%-
HSV(B)307.32º38.68%83.14%-
XYZ45.7934.2360.07-
YUV162.73150.17163.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=38.97%
G=23.90%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213020200.390.050.17307.3248.8167.06
HexD482CA0275111333143
Octal32420231204752146361103
Binary1101010010000010110010100100111101100011001100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482CA; }

 p { color: rgb(212,130,202); }

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

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

 a { background-color: rgb(212,130,202); }

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

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

 span { border-color: rgb(212,130,202); }

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