Html Css Color HEX #D277E5 Orchid

📋 copy color: '#D277E5'

red 210 ◦ green 119 ◦ blue 229

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

Shades of Orchid #D277E5

Tints of Orchid #D277E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.04%

R = 37.63%
G = 21.33%
B = 41.04%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D277E5 (or 0xD277E5) is known color: Orchid. HEX triplet: D2, 77 and E5. RGB value is (210,119,229). Sum of RGB (Red+Green+Blue) = 210+119+229=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #D277E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277E5 is #2D881A. Grayscale: #9E9E9E. Windows color (decimal): -2983963 or 15038418. OLE color: 15038418.

HSL color Cylindrical-coordinate representation of color #D277E5: hue angle of 289.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D277E5 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 119 229 -
CMYK 0.08 0.48 0 0.10
HSL 289.64º 0.68% 0.68% -
HSV(B) 289.64º 0.48% 0.9% -
XYZ 47.32 32.55 77.92 -
YUV 158.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 210 119 229 0.08 0.48 0 0.10 289.64 0.68 0.68
Hex D2 77 E5 8 30 0 A 122 44 44
Octal 322 167 345 10 60 0 12 442 104 104
Binary 11010010 1110111 11100101 1000 110000 0 1010 100100010 1000100 1000100

Color Harmonies of #D277E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277E5

Black with #D277E5

Text Example


Text Example

White with #D277E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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