Html Css Color HEX #D471DD Orchid

📋 copy color: '#D471DD'

red 212 ◦ green 113 ◦ blue 221

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

Shades of Orchid #D471DD

Tints of Orchid #D471DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.7%

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

R = 38.83%
G = 20.7%
B = 40.48%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D471DD (or 0xD471DD) is known color: Orchid. HEX triplet: D4, 71 and DD. RGB value is (212,113,221). Sum of RGB (Red+Green+Blue) = 212+113+221=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D471DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471DD is #2B8E22. Grayscale: #9A9A9A. Windows color (decimal): -2854435 or 14512596. OLE color: 14512596.

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

Color convert

RGB 212 113 221 -
CMYK 0.04 0.49 0 0.13
HSL 295º 0.61% 0.65% -
HSV(B) 295º 0.49% 0.87% -
XYZ 46.11 31.03 71.97 -
YUV 154.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 212 113 221 0.04 0.49 0 0.13 295 0.61 0.65
Hex D4 71 DD 4 31 0 D 127 3D 41
Octal 324 161 335 4 61 0 15 447 75 101
Binary 11010100 1110001 11011101 100 110001 0 1101 100100111 111101 1000001

Color Harmonies of #D471DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471DD

Black with #D471DD

Text Example


Text Example

White with #D471DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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