Html Css Color HEX #D277C6 Orchid

📋 copy color: '#D277C6'

red 210 ◦ green 119 ◦ blue 198

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

Shades of Orchid #D277C6

Tints of Orchid #D277C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.57%

R = 39.85%
G = 22.58%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D277C6 (or 0xD277C6) is known color: Orchid. HEX triplet: D2, 77 and C6. RGB value is (210,119,198). Sum of RGB (Red+Green+Blue) = 210+119+198=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D277C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277C6 is #2D8839. Grayscale: #9A9A9A. Windows color (decimal): -2983994 or 13006802. OLE color: 13006802.

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

Color convert

RGB 210 119 198 -
CMYK 0 0.43 0.06 0.18
HSL 307.91º 0.5% 0.65% -
HSV(B) 307.91º 0.43% 0.82% -
XYZ 43.37 30.97 57.12 -
YUV 155.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 210 119 198 0 0.43 0.06 0.18 307.91 0.5 0.65
Hex D2 77 C6 0 2B 6 12 134 32 41
Octal 322 167 306 0 53 6 22 464 62 101
Binary 11010010 1110111 11000110 0 101011 110 10010 100110100 110010 1000001

Color Harmonies of #D277C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277C6

Black with #D277C6

Text Example


Text Example

White with #D277C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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