Html Css Color HEX #D777E0 Orchid

📋 copy color: '#D777E0'

red 215 ◦ green 119 ◦ blue 224

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

Shades of Orchid #D777E0

Tints of Orchid #D777E0

RGB

 RED value IS 215 (84.38% from 255) = 38.53%

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

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

R = 38.53%
G = 21.33%
B = 40.14%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D777E0 (or 0xD777E0) is known color: Orchid. HEX triplet: D7, 77 and E0. RGB value is (215,119,224). Sum of RGB (Red+Green+Blue) = 215+119+224=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #D777E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777E0 is #28881F. Grayscale: #9F9F9F. Windows color (decimal): -2656288 or 14710743. OLE color: 14710743.

HSL color Cylindrical-coordinate representation of color #D777E0: hue angle of 294.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 #D777E0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 119 224 -
CMYK 0.04 0.47 0 0.12
HSL 294.86º 0.63% 0.67% -
HSV(B) 294.86º 0.47% 0.88% -
XYZ 48.08 33.02 74.36 -
YUV 159.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 215 119 224 0.04 0.47 0 0.12 294.86 0.63 0.67
Hex D7 77 E0 4 2F 0 C 127 3F 43
Octal 327 167 340 4 57 0 14 447 77 103
Binary 11010111 1110111 11100000 100 101111 0 1100 100100111 111111 1000011

Color Harmonies of #D777E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777E0

Black with #D777E0

Text Example


Text Example

White with #D777E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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