Html Css Color HEX #D477DA Orchid

📋 copy color: '#D477DA'

red 212 ◦ green 119 ◦ blue 218

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

Shades of Orchid #D477DA

Tints of Orchid #D477DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 38.62%
G = 21.68%
B = 39.71%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D477DA (or 0xD477DA) is known color: Orchid. HEX triplet: D4, 77 and DA. RGB value is (212,119,218). Sum of RGB (Red+Green+Blue) = 212+119+218=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #D477DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477DA is #2B8825. Grayscale: #9D9D9D. Windows color (decimal): -2852902 or 14317524. OLE color: 14317524.

HSL color Cylindrical-coordinate representation of color #D477DA: hue angle of 296.36º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D477DA is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 119 218 -
CMYK 0.03 0.45 0 0.15
HSL 296.36º 0.57% 0.66% -
HSV(B) 296.36º 0.45% 0.85% -
XYZ 46.4 32.25 70.11 -
YUV 158.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 212 119 218 0.03 0.45 0 0.15 296.36 0.57 0.66
Hex D4 77 DA 3 2D 0 F 128 39 42
Octal 324 167 332 3 55 0 17 450 71 102
Binary 11010100 1110111 11011010 11 101101 0 1111 100101000 111001 1000010

Color Harmonies of #D477DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477DA

Black with #D477DA

Text Example


Text Example

White with #D477DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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