Html Css Color HEX #D77AE6 Orchid

📋 copy color: '#D77AE6'

red 215 ◦ green 122 ◦ blue 230

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

Shades of Orchid #D77AE6

Tints of Orchid #D77AE6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.52%

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

R = 37.92%
G = 21.52%
B = 40.56%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D77AE6 (or 0xD77AE6) is known color: Orchid. HEX triplet: D7, 7A and E6. RGB value is (215,122,230). Sum of RGB (Red+Green+Blue) = 215+122+230=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #D77AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AE6 is #288519. Grayscale: #A1A1A1. Windows color (decimal): -2655514 or 15104727. OLE color: 15104727.

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

Color convert

RGB 215 122 230 -
CMYK 0.07 0.47 0 0.10
HSL 291.67º 0.68% 0.69% -
HSV(B) 291.67º 0.47% 0.9% -
XYZ 49.27 34.08 78.84 -
YUV 162.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 215 122 230 0.07 0.47 0 0.10 291.67 0.68 0.69
Hex D7 7A E6 7 2F 0 A 124 44 45
Octal 327 172 346 7 57 0 12 444 104 105
Binary 11010111 1111010 11100110 111 101111 0 1010 100100100 1000100 1000101

Color Harmonies of #D77AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AE6

Black with #D77AE6

Text Example


Text Example

White with #D77AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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