Html Css Color HEX #D773C6 Orchid

📋 copy color: '#D773C6'

red 215 ◦ green 115 ◦ blue 198

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

Shades of Orchid #D773C6

Tints of Orchid #D773C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 40.72%
G = 21.78%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D773C6 (or 0xD773C6) is known color: Orchid. HEX triplet: D7, 73 and C6. RGB value is (215,115,198). Sum of RGB (Red+Green+Blue) = 215+115+198=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D773C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773C6 is #288C39. Grayscale: #9A9A9A. Windows color (decimal): -2657338 or 13005783. OLE color: 13005783.

HSL color Cylindrical-coordinate representation of color #D773C6: hue angle of 310.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D773C6 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 115 198 -
CMYK 0 0.47 0.08 0.16
HSL 310.2º 0.56% 0.65% -
HSV(B) 310.2º 0.47% 0.84% -
XYZ 44.35 30.79 57.03 -
YUV 154.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 215 115 198 0 0.47 0.08 0.16 310.2 0.56 0.65
Hex D7 73 C6 0 2F 8 10 136 38 41
Octal 327 163 306 0 57 10 20 466 70 101
Binary 11010111 1110011 11000110 0 101111 1000 10000 100110110 111000 1000001

Color Harmonies of #D773C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773C6

Black with #D773C6

Text Example


Text Example

White with #D773C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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