Html Css Color HEX #D077E0 Orchid

📋 copy color: '#D077E0'

red 208 ◦ green 119 ◦ blue 224

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

Shades of Orchid #D077E0

Tints of Orchid #D077E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.65%

R = 37.75%
G = 21.6%
B = 40.65%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D077E0 (or 0xD077E0) is known color: Orchid. HEX triplet: D0, 77 and E0. RGB value is (208,119,224). Sum of RGB (Red+Green+Blue) = 208+119+224=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #D077E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077E0 is #2F881F. Grayscale: #9D9D9D. Windows color (decimal): -3115040 or 14710736. OLE color: 14710736.

HSL color Cylindrical-coordinate representation of color #D077E0: hue angle of 290.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D077E0 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 119 224 -
CMYK 0.07 0.47 0 0.12
HSL 290.86º 0.63% 0.67% -
HSV(B) 290.86º 0.47% 0.88% -
XYZ 46.06 31.99 74.27 -
YUV 157.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 208 119 224 0.07 0.47 0 0.12 290.86 0.63 0.67
Hex D0 77 E0 7 2F 0 C 123 3F 43
Octal 320 167 340 7 57 0 14 443 77 103
Binary 11010000 1110111 11100000 111 101111 0 1100 100100011 111111 1000011

Color Harmonies of #D077E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077E0

Black with #D077E0

Text Example


Text Example

White with #D077E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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