Html Css Color HEX #D773C1 Orchid

📋 copy color: '#D773C1'

red 215 ◦ green 115 ◦ blue 193

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

Shades of Orchid #D773C1

Tints of Orchid #D773C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.9%

R = 41.11%
G = 21.99%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D773C1 (or 0xD773C1) is known color: Orchid. HEX triplet: D7, 73 and C1. RGB value is (215,115,193). Sum of RGB (Red+Green+Blue) = 215+115+193=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D773C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773C1 is #288C3E. Grayscale: #999999. Windows color (decimal): -2657343 or 12678103. OLE color: 12678103.

HSL color Cylindrical-coordinate representation of color #D773C1: hue angle of 313.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 #D773C1 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 115 193 -
CMYK 0 0.47 0.10 0.16
HSL 313.2º 0.56% 0.65% -
HSV(B) 313.2º 0.47% 0.84% -
XYZ 43.78 30.56 54.04 -
YUV 153.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 215 115 193 0 0.47 0.10 0.16 313.2 0.56 0.65
Hex D7 73 C1 0 2F A 10 139 38 41
Octal 327 163 301 0 57 12 20 471 70 101
Binary 11010111 1110011 11000001 0 101111 1010 10000 100111001 111000 1000001

Color Harmonies of #D773C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773C1

Black with #D773C1

Text Example


Text Example

White with #D773C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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