Html Css Color HEX #D077D8 Orchid

📋 copy color: '#D077D8'

red 208 ◦ green 119 ◦ blue 216

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

Shades of Orchid #D077D8

Tints of Orchid #D077D8

RGB

 RED value IS 208 (81.64% from 255) = 38.31%

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

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 38.31%
G = 21.92%
B = 39.78%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D077D8 (or 0xD077D8) is known color: Orchid. HEX triplet: D0, 77 and D8. RGB value is (208,119,216). Sum of RGB (Red+Green+Blue) = 208+119+216=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #D077D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077D8 is #2F8827. Grayscale: #9C9C9C. Windows color (decimal): -3115048 or 14186448. OLE color: 14186448.

HSL color Cylindrical-coordinate representation of color #D077D8: hue angle of 295.05º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D077D8 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 119 216 -
CMYK 0.04 0.45 0 0.15
HSL 295.05º 0.55% 0.66% -
HSV(B) 295.05º 0.45% 0.85% -
XYZ 45 31.56 68.69 -
YUV 156.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 208 119 216 0.04 0.45 0 0.15 295.05 0.55 0.66
Hex D0 77 D8 4 2D 0 F 127 37 42
Octal 320 167 330 4 55 0 17 447 67 102
Binary 11010000 1110111 11011000 100 101101 0 1111 100100111 110111 1000010

Color Harmonies of #D077D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077D8

Black with #D077D8

Text Example


Text Example

White with #D077D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077D8; }

 p { color: rgb(208,119,216); }

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

background-color css

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

 a { background-color: rgb(208,119,216); }

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

border-color css

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

 span { border-color: rgb(208,119,216); }

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