Html Css Color HEX #D077D7 Orchid

📋 copy color: '#D077D7'

red 208 ◦ green 119 ◦ blue 215

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

Shades of Orchid #D077D7

Tints of Orchid #D077D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 38.38%
G = 21.96%
B = 39.67%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D077D7 (or 0xD077D7) is known color: Orchid. HEX triplet: D0, 77 and D7. RGB value is (208,119,215). Sum of RGB (Red+Green+Blue) = 208+119+215=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #D077D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077D7 is #2F8828. Grayscale: #9C9C9C. Windows color (decimal): -3115049 or 14120912. OLE color: 14120912.

HSL color Cylindrical-coordinate representation of color #D077D7: hue angle of 295.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D077D7 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 119 215 -
CMYK 0.03 0.45 0 0.16
HSL 295.63º 0.55% 0.65% -
HSV(B) 295.63º 0.45% 0.84% -
XYZ 44.88 31.51 68.01 -
YUV 156.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 208 119 215 0.03 0.45 0 0.16 295.63 0.55 0.65
Hex D0 77 D7 3 2D 0 10 128 37 41
Octal 320 167 327 3 55 0 20 450 67 101
Binary 11010000 1110111 11010111 11 101101 0 10000 100101000 110111 1000001

Color Harmonies of #D077D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077D7

Black with #D077D7

Text Example


Text Example

White with #D077D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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