Html Css Color HEX #D477D0 Orchid

📋 copy color: '#D477D0'

red 212 ◦ green 119 ◦ blue 208

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

Shades of Orchid #D477D0

Tints of Orchid #D477D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 39.33%
G = 22.08%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D477D0 (or 0xD477D0) is known color: Orchid. HEX triplet: D4, 77 and D0. RGB value is (212,119,208). Sum of RGB (Red+Green+Blue) = 212+119+208=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D477D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477D0 is #2B882F. Grayscale: #9C9C9C. Windows color (decimal): -2852912 or 13662164. OLE color: 13662164.

HSL color Cylindrical-coordinate representation of color #D477D0: hue angle of 302.58º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D477D0 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 208 -
CMYK 0 0.44 0.02 0.17
HSL 302.58º 0.52% 0.65% -
HSV(B) 302.58º 0.44% 0.83% -
XYZ 45.13 31.74 63.42 -
YUV 156.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 212 119 208 0 0.44 0.02 0.17 302.58 0.52 0.65
Hex D4 77 D0 0 2C 2 11 12F 34 41
Octal 324 167 320 0 54 2 21 457 64 101
Binary 11010100 1110111 11010000 0 101100 10 10001 100101111 110100 1000001

Color Harmonies of #D477D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477D0

Black with #D477D0

Text Example


Text Example

White with #D477D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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