Html Css Color HEX #D278DB Orchid

📋 copy color: '#D278DB'

red 210 ◦ green 120 ◦ blue 219

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

Shades of Orchid #D278DB

Tints of Orchid #D278DB

RGB

 RED value IS 210 (82.42% from 255) = 38.25%

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

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

R = 38.25%
G = 21.86%
B = 39.89%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D278DB (or 0xD278DB) is known color: Orchid. HEX triplet: D2, 78 and DB. RGB value is (210,120,219). Sum of RGB (Red+Green+Blue) = 210+120+219=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D278DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278DB is #2D8724. Grayscale: #9D9D9D. Windows color (decimal): -2983717 or 14383314. OLE color: 14383314.

HSL color Cylindrical-coordinate representation of color #D278DB: hue angle of 294.55º 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 #D278DB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 120 219 -
CMYK 0.04 0.45 0 0.14
HSL 294.55º 0.58% 0.66% -
HSV(B) 294.55º 0.45% 0.86% -
XYZ 46.08 32.25 70.81 -
YUV 158.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 210 120 219 0.04 0.45 0 0.14 294.55 0.58 0.66
Hex D2 78 DB 4 2D 0 E 127 3A 42
Octal 322 170 333 4 55 0 16 447 72 102
Binary 11010010 1111000 11011011 100 101101 0 1110 100100111 111010 1000010

Color Harmonies of #D278DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278DB

Black with #D278DB

Text Example


Text Example

White with #D278DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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