Html Css Color HEX #D773E6 Orchid

📋 copy color: '#D773E6'

red 215 ◦ green 115 ◦ blue 230

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

Shades of Orchid #D773E6

Tints of Orchid #D773E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.07%

R = 38.39%
G = 20.54%
B = 41.07%

CMYK

 C value IS 0.07

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D773E6 (or 0xD773E6) is known color: Orchid. HEX triplet: D7, 73 and E6. RGB value is (215,115,230). Sum of RGB (Red+Green+Blue) = 215+115+230=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #D773E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D773E6 is #288C19. Grayscale: #9D9D9D. Windows color (decimal): -2657306 or 15102935. OLE color: 15102935.

HSL color Cylindrical-coordinate representation of color #D773E6: hue angle of 292.17º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D773E6 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 115 230 -
CMYK 0.07 0.5 0 0.10
HSL 292.17º 0.7% 0.68% -
HSV(B) 292.17º 0.5% 0.9% -
XYZ 48.44 32.42 78.57 -
YUV 158.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 215 115 230 0.07 0.5 0 0.10 292.17 0.7 0.68
Hex D7 73 E6 7 32 0 A 124 46 44
Octal 327 163 346 7 62 0 12 444 106 104
Binary 11010111 1110011 11100110 111 110010 0 1010 100100100 1000110 1000100

Color Harmonies of #D773E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773E6

Black with #D773E6

Text Example


Text Example

White with #D773E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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