Html Css Color HEX #D773D4 Orchid

📋 copy color: '#D773D4'

red 215 ◦ green 115 ◦ blue 212

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

Shades of Orchid #D773D4

Tints of Orchid #D773D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.11%

R = 39.67%
G = 21.22%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D773D4 (or 0xD773D4) is known color: Orchid. HEX triplet: D7, 73 and D4. RGB value is (215,115,212). Sum of RGB (Red+Green+Blue) = 215+115+212=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D773D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773D4 is #288C2B. Grayscale: #9B9B9B. Windows color (decimal): -2657324 or 13923287. OLE color: 13923287.

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

Color convert

RGB 215 115 212 -
CMYK 0 0.47 0.01 0.16
HSL 301.8º 0.56% 0.65% -
HSV(B) 301.8º 0.47% 0.84% -
XYZ 46.04 31.46 65.93 -
YUV 155.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 215 115 212 0 0.47 0.01 0.16 301.8 0.56 0.65
Hex D7 73 D4 0 2F 1 10 12E 38 41
Octal 327 163 324 0 57 1 20 456 70 101
Binary 11010111 1110011 11010100 0 101111 1 10000 100101110 111000 1000001

Color Harmonies of #D773D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773D4

Black with #D773D4

Text Example


Text Example

White with #D773D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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