Html Css Color HEX #D773DC Orchid

📋 copy color: '#D773DC'

red 215 ◦ green 115 ◦ blue 220

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

Shades of Orchid #D773DC

Tints of Orchid #D773DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.91%

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

R = 39.09%
G = 20.91%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D773DC (or 0xD773DC) is known color: Orchid. HEX triplet: D7, 73 and DC. RGB value is (215,115,220). Sum of RGB (Red+Green+Blue) = 215+115+220=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #D773DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773DC is #288C23. Grayscale: #9C9C9C. Windows color (decimal): -2657316 or 14447575. OLE color: 14447575.

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

Color convert

RGB 215 115 220 -
CMYK 0.02 0.48 0 0.14
HSL 297.14º 0.6% 0.66% -
HSV(B) 297.14º 0.48% 0.86% -
XYZ 47.07 31.88 71.38 -
YUV 156.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 215 115 220 0.02 0.48 0 0.14 297.14 0.6 0.66
Hex D7 73 DC 2 30 0 E 129 3C 42
Octal 327 163 334 2 60 0 16 451 74 102
Binary 11010111 1110011 11011100 10 110000 0 1110 100101001 111100 1000010

Color Harmonies of #D773DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773DC

Black with #D773DC

Text Example


Text Example

White with #D773DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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