Html Css Color HEX #D278BA Orchid

📋 copy color: '#D278BA'

red 210 ◦ green 120 ◦ blue 186

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

Shades of Orchid #D278BA

Tints of Orchid #D278BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 40.7%
G = 23.26%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D278BA (or 0xD278BA) is known color: Orchid. HEX triplet: D2, 78 and BA. RGB value is (210,120,186). Sum of RGB (Red+Green+Blue) = 210+120+186=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D278BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278BA is #2D8745. Grayscale: #9A9A9A. Windows color (decimal): -2983750 or 12220626. OLE color: 12220626.

HSL color Cylindrical-coordinate representation of color #D278BA: hue angle of 316º 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 #D278BA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 120 186 -
CMYK 0 0.43 0.11 0.18
HSL 316º 0.5% 0.65% -
HSV(B) 316º 0.43% 0.82% -
XYZ 42.16 30.68 50.15 -
YUV 154.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 210 120 186 0 0.43 0.11 0.18 316 0.5 0.65
Hex D2 78 BA 0 2B B 12 13C 32 41
Octal 322 170 272 0 53 13 22 474 62 101
Binary 11010010 1111000 10111010 0 101011 1011 10010 100111100 110010 1000001

Color Harmonies of #D278BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278BA

Black with #D278BA

Text Example


Text Example

White with #D278BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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