Html Css Color HEX #D480DB Orchid

📋 copy color: '#D480DB'

red 212 ◦ green 128 ◦ blue 219

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

Shades of Orchid #D480DB

Tints of Orchid #D480DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 37.92%
G = 22.9%
B = 39.18%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D480DB (or 0xD480DB) is known color: Orchid. HEX triplet: D4, 80 and DB. RGB value is (212,128,219). Sum of RGB (Red+Green+Blue) = 212+128+219=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #D480DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480DB is #2B7F24. Grayscale: #A3A3A3. Windows color (decimal): -2850597 or 14385364. OLE color: 14385364.

HSL color Cylindrical-coordinate representation of color #D480DB: hue angle of 295.38º degrees, saturation: 0.56, 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 #D480DB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 128 219 -
CMYK 0.03 0.42 0 0.14
HSL 295.38º 0.56% 0.68% -
HSV(B) 295.38º 0.42% 0.86% -
XYZ 47.66 34.55 71.17 -
YUV 163.49 159.33 162.6 -
System Red Green Blue C M Y K H S L
Decimal 212 128 219 0.03 0.42 0 0.14 295.38 0.56 0.68
Hex D4 80 DB 3 2A 0 E 127 38 44
Octal 324 200 333 3 52 0 16 447 70 104
Binary 11010100 10000000 11011011 11 101010 0 1110 100100111 111000 1000100

Color Harmonies of #D480DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D480DB

Black with #D480DB

Text Example


Text Example

White with #D480DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D480DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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