Html Css Color HEX #D478DB Orchid

📋 copy color: '#D478DB'

red 212 ◦ green 120 ◦ blue 219

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

Shades of Orchid #D478DB

Tints of Orchid #D478DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.78%

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

R = 38.48%
G = 21.78%
B = 39.75%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D478DB (or 0xD478DB) is known color: Orchid. HEX triplet: D4, 78 and DB. RGB value is (212,120,219). Sum of RGB (Red+Green+Blue) = 212+120+219=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D478DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478DB is #2B8724. Grayscale: #9E9E9E. Windows color (decimal): -2852645 or 14383316. OLE color: 14383316.

HSL color Cylindrical-coordinate representation of color #D478DB: hue angle of 295.76º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D478DB is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 120 219 -
CMYK 0.03 0.45 0 0.14
HSL 295.76º 0.58% 0.66% -
HSV(B) 295.76º 0.45% 0.86% -
XYZ 46.65 32.54 70.84 -
YUV 158.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 212 120 219 0.03 0.45 0 0.14 295.76 0.58 0.66
Hex D4 78 DB 3 2D 0 E 128 3A 42
Octal 324 170 333 3 55 0 16 450 72 102
Binary 11010100 1111000 11011011 11 101101 0 1110 100101000 111010 1000010

Color Harmonies of #D478DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478DB

Black with #D478DB

Text Example


Text Example

White with #D478DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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