Html Css Color HEX #D077D0 Orchid

📋 copy color: '#D077D0'

red 208 ◦ green 119 ◦ blue 208

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

Shades of Orchid #D077D0

Tints of Orchid #D077D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 38.88%
G = 22.24%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D077D0 (or 0xD077D0) is known color: Orchid. HEX triplet: D0, 77 and D0. RGB value is (208,119,208). Sum of RGB (Red+Green+Blue) = 208+119+208=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D077D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077D0 is #2F882F. Grayscale: #9B9B9B. Windows color (decimal): -3115056 or 13662160. OLE color: 13662160.

HSL color Cylindrical-coordinate representation of color #D077D0: hue angle of 300º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D077D0 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 208 -
CMYK 0 0.43 0 0.18
HSL 300º 0.49% 0.64% -
HSV(B) 300º 0.43% 0.82% -
XYZ 43.99 31.16 63.37 -
YUV 155.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 208 119 208 0 0.43 0 0.18 300 0.49 0.64
Hex D0 77 D0 0 2B 0 12 12C 31 40
Octal 320 167 320 0 53 0 22 454 61 100
Binary 11010000 1110111 11010000 0 101011 0 10010 100101100 110001 1000000

Color Harmonies of #D077D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077D0

Black with #D077D0

Text Example


Text Example

White with #D077D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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