Html Css Color HEX #D278D0 Orchid

📋 copy color: '#D278D0'

red 210 ◦ green 120 ◦ blue 208

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

Shades of Orchid #D278D0

Tints of Orchid #D278D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 39.03%
G = 22.3%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D278D0 (or 0xD278D0) is known color: Orchid. HEX triplet: D2, 78 and D0. RGB value is (210,120,208). Sum of RGB (Red+Green+Blue) = 210+120+208=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D278D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278D0 is #2D872F. Grayscale: #9C9C9C. Windows color (decimal): -2983728 or 13662418. OLE color: 13662418.

HSL color Cylindrical-coordinate representation of color #D278D0: hue angle of 301.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D278D0 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 120 208 -
CMYK 0 0.43 0.01 0.18
HSL 301.33º 0.5% 0.65% -
HSV(B) 301.33º 0.43% 0.82% -
XYZ 44.68 31.69 63.44 -
YUV 156.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 210 120 208 0 0.43 0.01 0.18 301.33 0.5 0.65
Hex D2 78 D0 0 2B 1 12 12D 32 41
Octal 322 170 320 0 53 1 22 455 62 101
Binary 11010010 1111000 11010000 0 101011 1 10010 100101101 110010 1000001

Color Harmonies of #D278D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278D0

Black with #D278D0

Text Example


Text Example

White with #D278D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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