Html Css Color HEX #D477E6 Orchid

📋 copy color: '#D477E6'

red 212 ◦ green 119 ◦ blue 230

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

Shades of Orchid #D477E6

Tints of Orchid #D477E6

RGB

 RED value IS 212 (83.2% from 255) = 37.79%

 GREEN value IS 119 (46.88% from 255) = 21.21%

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

R = 37.79%
G = 21.21%
B = 41%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D477E6 (or 0xD477E6) is known color: Orchid. HEX triplet: D4, 77 and E6. RGB value is (212,119,230). Sum of RGB (Red+Green+Blue) = 212+119+230=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #D477E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D477E6 is #2B8819. Grayscale: #9F9F9F. Windows color (decimal): -2852890 or 15103956. OLE color: 15103956.

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

Color convert

RGB 212 119 230 -
CMYK 0.08 0.48 0 0.10
HSL 290.27º 0.69% 0.68% -
HSV(B) 290.27º 0.48% 0.9% -
XYZ 48.03 32.9 78.68 -
YUV 159.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 212 119 230 0.08 0.48 0 0.10 290.27 0.69 0.68
Hex D4 77 E6 8 30 0 A 122 45 44
Octal 324 167 346 10 60 0 12 442 105 104
Binary 11010100 1110111 11100110 1000 110000 0 1010 100100010 1000101 1000100

Color Harmonies of #D477E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477E6

Black with #D477E6

Text Example


Text Example

White with #D477E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477E6; }

 p { color: rgb(212,119,230); }

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

background-color css

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

 a { background-color: rgb(212,119,230); }

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

border-color css

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

 span { border-color: rgb(212,119,230); }

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