Html Css Color HEX #D77ADE Orchid

📋 copy color: '#D77ADE'

red 215 ◦ green 122 ◦ blue 222

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

Shades of Orchid #D77ADE

Tints of Orchid #D77ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.82%

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 38.46%
G = 21.82%
B = 39.71%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D77ADE (or 0xD77ADE) is known color: Orchid. HEX triplet: D7, 7A and DE. RGB value is (215,122,222). Sum of RGB (Red+Green+Blue) = 215+122+222=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #D77ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ADE is #288521. Grayscale: #A0A0A0. Windows color (decimal): -2655522 or 14580439. OLE color: 14580439.

HSL color Cylindrical-coordinate representation of color #D77ADE: hue angle of 295.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77ADE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 122 222 -
CMYK 0.03 0.45 0 0.13
HSL 295.8º 0.6% 0.67% -
HSV(B) 295.8º 0.45% 0.87% -
XYZ 48.17 33.64 73.06 -
YUV 161.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 215 122 222 0.03 0.45 0 0.13 295.8 0.6 0.67
Hex D7 7A DE 3 2D 0 D 128 3C 43
Octal 327 172 336 3 55 0 15 450 74 103
Binary 11010111 1111010 11011110 11 101101 0 1101 100101000 111100 1000011

Color Harmonies of #D77ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77ADE

Black with #D77ADE

Text Example


Text Example

White with #D77ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77ADE; }

 p { color: rgb(215,122,222); }

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

background-color css

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

 a { background-color: rgb(215,122,222); }

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

border-color css

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

 span { border-color: rgb(215,122,222); }

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