Html Css Color HEX #D477E0 Orchid

📋 copy color: '#D477E0'

red 212 ◦ green 119 ◦ blue 224

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

Shades of Orchid #D477E0

Tints of Orchid #D477E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.36%

R = 38.2%
G = 21.44%
B = 40.36%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D477E0 (or 0xD477E0) is known color: Orchid. HEX triplet: D4, 77 and E0. RGB value is (212,119,224). Sum of RGB (Red+Green+Blue) = 212+119+224=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #D477E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477E0 is #2B881F. Grayscale: #9E9E9E. Windows color (decimal): -2852896 or 14710740. OLE color: 14710740.

HSL color Cylindrical-coordinate representation of color #D477E0: hue angle of 293.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D477E0 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 119 224 -
CMYK 0.05 0.47 0 0.12
HSL 293.14º 0.63% 0.67% -
HSV(B) 293.14º 0.47% 0.88% -
XYZ 47.2 32.57 74.32 -
YUV 158.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 212 119 224 0.05 0.47 0 0.12 293.14 0.63 0.67
Hex D4 77 E0 5 2F 0 C 125 3F 43
Octal 324 167 340 5 57 0 14 445 77 103
Binary 11010100 1110111 11100000 101 101111 0 1100 100100101 111111 1000011

Color Harmonies of #D477E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477E0

Black with #D477E0

Text Example


Text Example

White with #D477E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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