Html Css Color HEX #D277DD Orchid

📋 copy color: '#D277DD'

red 210 ◦ green 119 ◦ blue 221

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

Shades of Orchid #D277DD

Tints of Orchid #D277DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.64%

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 38.18%
G = 21.64%
B = 40.18%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D277DD (or 0xD277DD) is known color: Orchid. HEX triplet: D2, 77 and DD. RGB value is (210,119,221). Sum of RGB (Red+Green+Blue) = 210+119+221=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D277DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277DD is #2D8822. Grayscale: #9D9D9D. Windows color (decimal): -2983971 or 14514130. OLE color: 14514130.

HSL color Cylindrical-coordinate representation of color #D277DD: hue angle of 293.53º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D277DD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 119 221 -
CMYK 0.05 0.46 0 0.13
HSL 293.53º 0.6% 0.67% -
HSV(B) 293.53º 0.46% 0.87% -
XYZ 46.23 32.12 72.17 -
YUV 157.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 210 119 221 0.05 0.46 0 0.13 293.53 0.6 0.67
Hex D2 77 DD 5 2E 0 D 126 3C 43
Octal 322 167 335 5 56 0 15 446 74 103
Binary 11010010 1110111 11011101 101 101110 0 1101 100100110 111100 1000011

Color Harmonies of #D277DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277DD

Black with #D277DD

Text Example


Text Example

White with #D277DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277DD; }

 p { color: rgb(210,119,221); }

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

background-color css

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

 a { background-color: rgb(210,119,221); }

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

border-color css

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

 span { border-color: rgb(210,119,221); }

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