Html Css Color HEX #D277DB Orchid

📋 copy color: '#D277DB'

red 210 ◦ green 119 ◦ blue 219

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

Shades of Orchid #D277DB

Tints of Orchid #D277DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 38.32%
G = 21.72%
B = 39.96%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D277DB (or 0xD277DB) is known color: Orchid. HEX triplet: D2, 77 and DB. RGB value is (210,119,219). Sum of RGB (Red+Green+Blue) = 210+119+219=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D277DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277DB is #2D8824. Grayscale: #9D9D9D. Windows color (decimal): -2983973 or 14383058. OLE color: 14383058.

HSL color Cylindrical-coordinate representation of color #D277DB: hue angle of 294.6º degrees, saturation: 0.58, 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 #D277DB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 119 219 -
CMYK 0.04 0.46 0 0.14
HSL 294.6º 0.58% 0.66% -
HSV(B) 294.6º 0.46% 0.86% -
XYZ 45.96 32.01 70.77 -
YUV 157.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 210 119 219 0.04 0.46 0 0.14 294.6 0.58 0.66
Hex D2 77 DB 4 2E 0 E 127 3A 42
Octal 322 167 333 4 56 0 16 447 72 102
Binary 11010010 1110111 11011011 100 101110 0 1110 100100111 111010 1000010

Color Harmonies of #D277DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277DB

Black with #D277DB

Text Example


Text Example

White with #D277DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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