Html Css Color HEX #D471DA Orchid

📋 copy color: '#D471DA'

red 212 ◦ green 113 ◦ blue 218

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

Shades of Orchid #D471DA

Tints of Orchid #D471DA

RGB

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

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

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

R = 39.04%
G = 20.81%
B = 40.15%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D471DA (or 0xD471DA) is known color: Orchid. HEX triplet: D4, 71 and DA. RGB value is (212,113,218). Sum of RGB (Red+Green+Blue) = 212+113+218=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D471DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471DA is #2B8E25. Grayscale: #9A9A9A. Windows color (decimal): -2854438 or 14315988. OLE color: 14315988.

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

Color convert

RGB 212 113 218 -
CMYK 0.03 0.48 0 0.15
HSL 296.57º 0.59% 0.65% -
HSV(B) 296.57º 0.48% 0.85% -
XYZ 45.71 30.87 69.88 -
YUV 154.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 212 113 218 0.03 0.48 0 0.15 296.57 0.59 0.65
Hex D4 71 DA 3 30 0 F 129 3B 41
Octal 324 161 332 3 60 0 17 451 73 101
Binary 11010100 1110001 11011010 11 110000 0 1111 100101001 111011 1000001

Color Harmonies of #D471DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471DA

Black with #D471DA

Text Example


Text Example

White with #D471DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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