Html Css Color HEX #D277D7 Orchid

📋 copy color: '#D277D7'

red 210 ◦ green 119 ◦ blue 215

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

Shades of Orchid #D277D7

Tints of Orchid #D277D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.52%

R = 38.6%
G = 21.88%
B = 39.52%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D277D7 (or 0xD277D7) is known color: Orchid. HEX triplet: D2, 77 and D7. RGB value is (210,119,215). Sum of RGB (Red+Green+Blue) = 210+119+215=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #D277D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277D7 is #2D8828. Grayscale: #9C9C9C. Windows color (decimal): -2983977 or 14120914. OLE color: 14120914.

HSL color Cylindrical-coordinate representation of color #D277D7: hue angle of 296.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D277D7 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 119 215 -
CMYK 0.02 0.45 0 0.16
HSL 296.88º 0.55% 0.65% -
HSV(B) 296.88º 0.45% 0.84% -
XYZ 45.44 31.8 68.03 -
YUV 157.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 210 119 215 0.02 0.45 0 0.16 296.88 0.55 0.65
Hex D2 77 D7 2 2D 0 10 129 37 41
Octal 322 167 327 2 55 0 20 451 67 101
Binary 11010010 1110111 11010111 10 101101 0 10000 100101001 110111 1000001

Color Harmonies of #D277D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277D7

Black with #D277D7

Text Example


Text Example

White with #D277D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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