Html Css Color HEX #D474DD Orchid

📋 copy color: '#D474DD'

red 212 ◦ green 116 ◦ blue 221

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

Shades of Orchid #D474DD

Tints of Orchid #D474DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.13%

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 38.62%
G = 21.13%
B = 40.26%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D474DD (or 0xD474DD) is known color: Orchid. HEX triplet: D4, 74 and DD. RGB value is (212,116,221). Sum of RGB (Red+Green+Blue) = 212+116+221=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D474DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474DD is #2B8B22. Grayscale: #9C9C9C. Windows color (decimal): -2853667 or 14513364. OLE color: 14513364.

HSL color Cylindrical-coordinate representation of color #D474DD: hue angle of 294.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D474DD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 116 221 -
CMYK 0.04 0.48 0 0.13
HSL 294.86º 0.61% 0.66% -
HSV(B) 294.86º 0.48% 0.87% -
XYZ 46.45 31.71 72.08 -
YUV 156.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 212 116 221 0.04 0.48 0 0.13 294.86 0.61 0.66
Hex D4 74 DD 4 30 0 D 127 3D 42
Octal 324 164 335 4 60 0 15 447 75 102
Binary 11010100 1110100 11011101 100 110000 0 1101 100100111 111101 1000010

Color Harmonies of #D474DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474DD

Black with #D474DD

Text Example


Text Example

White with #D474DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474DD; }

 p { color: rgb(212,116,221); }

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

background-color css

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

 a { background-color: rgb(212,116,221); }

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

border-color css

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

 span { border-color: rgb(212,116,221); }

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