Html Css Color HEX #D277DC Orchid

📋 copy color: '#D277DC'

red 210 ◦ green 119 ◦ blue 220

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

Shades of Orchid #D277DC

Tints of Orchid #D277DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 38.25%
G = 21.68%
B = 40.07%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D277DC (or 0xD277DC) is known color: Orchid. HEX triplet: D2, 77 and DC. RGB value is (210,119,220). Sum of RGB (Red+Green+Blue) = 210+119+220=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #D277DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277DC is #2D8823. Grayscale: #9D9D9D. Windows color (decimal): -2983972 or 14448594. OLE color: 14448594.

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

Color convert

RGB 210 119 220 -
CMYK 0.05 0.46 0 0.14
HSL 294.06º 0.59% 0.66% -
HSV(B) 294.06º 0.46% 0.86% -
XYZ 46.09 32.06 71.47 -
YUV 157.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 210 119 220 0.05 0.46 0 0.14 294.06 0.59 0.66
Hex D2 77 DC 5 2E 0 E 126 3B 42
Octal 322 167 334 5 56 0 16 446 73 102
Binary 11010010 1110111 11011100 101 101110 0 1110 100100110 111011 1000010

Color Harmonies of #D277DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277DC

Black with #D277DC

Text Example


Text Example

White with #D277DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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