Html Css Color HEX #D471E8 Orchid

📋 copy color: '#D471E8'

red 212 ◦ green 113 ◦ blue 232

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

Shades of Orchid #D471E8

Tints of Orchid #D471E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.65%

R = 38.06%
G = 20.29%
B = 41.65%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D471E8 (or 0xD471E8) is known color: Orchid. HEX triplet: D4, 71 and E8. RGB value is (212,113,232). Sum of RGB (Red+Green+Blue) = 212+113+232=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #D471E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471E8 is #2B8E17. Grayscale: #9B9B9B. Windows color (decimal): -2854424 or 15233492. OLE color: 15233492.

HSL color Cylindrical-coordinate representation of color #D471E8: hue angle of 289.92º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D471E8 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 113 232 -
CMYK 0.09 0.51 0 0.09
HSL 289.92º 0.72% 0.68% -
HSV(B) 289.92º 0.51% 0.91% -
XYZ 47.62 31.63 79.94 -
YUV 156.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 212 113 232 0.09 0.51 0 0.09 289.92 0.72 0.68
Hex D4 71 E8 9 33 0 9 122 48 44
Octal 324 161 350 11 63 0 11 442 110 104
Binary 11010100 1110001 11101000 1001 110011 0 1001 100100010 1001000 1000100

Color Harmonies of #D471E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471E8

Black with #D471E8

Text Example


Text Example

White with #D471E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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