Html Css Color HEX #D773C2 Orchid

📋 copy color: '#D773C2'

red 215 ◦ green 115 ◦ blue 194

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

Shades of Orchid #D773C2

Tints of Orchid #D773C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.02%

R = 41.03%
G = 21.95%
B = 37.02%

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

#D773C2 (or 0xD773C2) is known color: Orchid. HEX triplet: D7, 73 and C2. RGB value is (215,115,194). Sum of RGB (Red+Green+Blue) = 215+115+194=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D773C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773C2 is #288C3D. Grayscale: #999999. Windows color (decimal): -2657342 or 12743639. OLE color: 12743639.

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

Color convert

RGB 215 115 194 -
CMYK 0 0.47 0.10 0.16
HSL 312.6º 0.56% 0.65% -
HSV(B) 312.6º 0.47% 0.84% -
XYZ 43.89 30.6 54.63 -
YUV 153.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 215 115 194 0 0.47 0.10 0.16 312.6 0.56 0.65
Hex D7 73 C2 0 2F A 10 139 38 41
Octal 327 163 302 0 57 12 20 471 70 101
Binary 11010111 1110011 11000010 0 101111 1010 10000 100111001 111000 1000001

Color Harmonies of #D773C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773C2

Black with #D773C2

Text Example


Text Example

White with #D773C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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