Html Css Color HEX #D482DC Orchid

📋 copy color: '#D482DC'

red 212 ◦ green 130 ◦ blue 220

#D482DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D482DC

Tints of Orchid #D482DC

RGB

 RED value IS 212 (83.2% from 255) = 37.72%

 GREEN value IS 130 (51.17% from 255) = 23.13%

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 37.72%
G = 23.13%
B = 39.15%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D482DC (or 0xD482DC) is known color: Orchid. HEX triplet: D4, 82 and DC. RGB value is (212,130,220). Sum of RGB (Red+Green+Blue) = 212+130+220=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #D482DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482DC is #2B7D23. Grayscale: #A4A4A4. Windows color (decimal): -2850084 or 14451412. OLE color: 14451412.

HSL color Cylindrical-coordinate representation of color #D482DC: hue angle of 294.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D482DC is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 130 220 -
CMYK 0.04 0.41 0 0.14
HSL 294.67º 0.56% 0.69% -
HSV(B) 294.67º 0.41% 0.86% -
XYZ 48.05 35.13 71.96 -
YUV 164.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 212 130 220 0.04 0.41 0 0.14 294.67 0.56 0.69
Hex D4 82 DC 4 29 0 E 127 38 45
Octal 324 202 334 4 51 0 16 447 70 105
Binary 11010100 10000010 11011100 100 101001 0 1110 100100111 111000 1000101

Color Harmonies of #D482DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482DC

Black with #D482DC

Text Example


Text Example

White with #D482DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482DC; }

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

 H1.HeaderClassName
 {
   color: #D482DC;
 }
 .AnyTagClassName
 {
   color: #D482DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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