Html Css Color HEX #D77ADC Orchid

📋 copy color: '#D77ADC'

red 215 ◦ green 122 ◦ blue 220

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

Shades of Orchid #D77ADC

Tints of Orchid #D77ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 38.6%
G = 21.9%
B = 39.5%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D77ADC (or 0xD77ADC) is known color: Orchid. HEX triplet: D7, 7A and DC. RGB value is (215,122,220). Sum of RGB (Red+Green+Blue) = 215+122+220=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #D77ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ADC is #288523. Grayscale: #A0A0A0. Windows color (decimal): -2655524 or 14449367. OLE color: 14449367.

HSL color Cylindrical-coordinate representation of color #D77ADC: hue angle of 296.94º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77ADC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 122 220 -
CMYK 0.02 0.45 0 0.14
HSL 296.94º 0.58% 0.67% -
HSV(B) 296.94º 0.45% 0.86% -
XYZ 47.9 33.53 71.66 -
YUV 160.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 215 122 220 0.02 0.45 0 0.14 296.94 0.58 0.67
Hex D7 7A DC 2 2D 0 E 129 3A 43
Octal 327 172 334 2 55 0 16 451 72 103
Binary 11010111 1111010 11011100 10 101101 0 1110 100101001 111010 1000011

Color Harmonies of #D77ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77ADC

Black with #D77ADC

Text Example


Text Example

White with #D77ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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