Html Css Color HEX #D773DA Orchid

📋 copy color: '#D773DA'

red 215 ◦ green 115 ◦ blue 218

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

Shades of Orchid #D773DA

Tints of Orchid #D773DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 39.23%
G = 20.99%
B = 39.78%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D773DA (or 0xD773DA) is known color: Orchid. HEX triplet: D7, 73 and DA. RGB value is (215,115,218). Sum of RGB (Red+Green+Blue) = 215+115+218=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #D773DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773DA is #288C25. Grayscale: #9C9C9C. Windows color (decimal): -2657318 or 14316503. OLE color: 14316503.

HSL color Cylindrical-coordinate representation of color #D773DA: hue angle of 298.25º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D773DA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 115 218 -
CMYK 0.01 0.47 0 0.15
HSL 298.25º 0.58% 0.65% -
HSV(B) 298.25º 0.47% 0.85% -
XYZ 46.81 31.77 69.99 -
YUV 156.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 215 115 218 0.01 0.47 0 0.15 298.25 0.58 0.65
Hex D7 73 DA 1 2F 0 F 12A 3A 41
Octal 327 163 332 1 57 0 17 452 72 101
Binary 11010111 1110011 11011010 1 101111 0 1111 100101010 111010 1000001

Color Harmonies of #D773DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773DA

Black with #D773DA

Text Example


Text Example

White with #D773DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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