Html Css Color HEX #D77BDC Orchid

📋 copy color: '#D77BDC'

red 215 ◦ green 123 ◦ blue 220

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

Shades of Orchid #D77BDC

Tints of Orchid #D77BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.04%

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

R = 38.53%
G = 22.04%
B = 39.43%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D77BDC (or 0xD77BDC) is known color: Orchid. HEX triplet: D7, 7B and DC. RGB value is (215,123,220). Sum of RGB (Red+Green+Blue) = 215+123+220=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #D77BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BDC is #288423. Grayscale: #A1A1A1. Windows color (decimal): -2655268 or 14449623. OLE color: 14449623.

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

Color convert

RGB 215 123 220 -
CMYK 0.02 0.44 0 0.14
HSL 296.91º 0.58% 0.67% -
HSV(B) 296.91º 0.44% 0.86% -
XYZ 48.03 33.78 71.7 -
YUV 161.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 215 123 220 0.02 0.44 0 0.14 296.91 0.58 0.67
Hex D7 7B DC 2 2C 0 E 129 3A 43
Octal 327 173 334 2 54 0 16 451 72 103
Binary 11010111 1111011 11011100 10 101100 0 1110 100101001 111010 1000011

Color Harmonies of #D77BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BDC

Black with #D77BDC

Text Example


Text Example

White with #D77BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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