Html Css Color HEX #D471D4 Orchid

📋 copy color: '#D471D4'

red 212 ◦ green 113 ◦ blue 212

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

Shades of Orchid #D471D4

Tints of Orchid #D471D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.48%

R = 39.48%
G = 21.04%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D471D4 (or 0xD471D4) is known color: Orchid. HEX triplet: D4, 71 and D4. RGB value is (212,113,212). Sum of RGB (Red+Green+Blue) = 212+113+212=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D471D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471D4 is #2B8E2B. Grayscale: #999999. Windows color (decimal): -2854444 or 13922772. OLE color: 13922772.

HSL color Cylindrical-coordinate representation of color #D471D4: hue angle of 300º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D471D4 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 212 -
CMYK 0 0.47 0 0.17
HSL 300º 0.54% 0.64% -
HSV(B) 300º 0.47% 0.83% -
XYZ 44.94 30.56 65.82 -
YUV 153.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 212 113 212 0 0.47 0 0.17 300 0.54 0.64
Hex D4 71 D4 0 2F 0 11 12C 36 40
Octal 324 161 324 0 57 0 21 454 66 100
Binary 11010100 1110001 11010100 0 101111 0 10001 100101100 110110 1000000

Color Harmonies of #D471D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471D4

Black with #D471D4

Text Example


Text Example

White with #D471D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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