Html Css Color HEX #D480DC Orchid

📋 copy color: '#D480DC'

red 212 ◦ green 128 ◦ blue 220

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

Shades of Orchid #D480DC

Tints of Orchid #D480DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.86%

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

R = 37.86%
G = 22.86%
B = 39.29%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D480DC (or 0xD480DC) is known color: Orchid. HEX triplet: D4, 80 and DC. RGB value is (212,128,220). Sum of RGB (Red+Green+Blue) = 212+128+220=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D480DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480DC is #2B7F23. Grayscale: #A3A3A3. Windows color (decimal): -2850596 or 14450900. OLE color: 14450900.

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

Color convert

RGB 212 128 220 -
CMYK 0.04 0.42 0 0.14
HSL 294.78º 0.57% 0.68% -
HSV(B) 294.78º 0.42% 0.86% -
XYZ 47.79 34.6 71.87 -
YUV 163.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 212 128 220 0.04 0.42 0 0.14 294.78 0.57 0.68
Hex D4 80 DC 4 2A 0 E 127 39 44
Octal 324 200 334 4 52 0 16 447 71 104
Binary 11010100 10000000 11011100 100 101010 0 1110 100100111 111001 1000100

Color Harmonies of #D480DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D480DC

Black with #D480DC

Text Example


Text Example

White with #D480DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D480DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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