Html Css Color HEX #D471E7 Orchid

📋 copy color: '#D471E7'

red 212 ◦ green 113 ◦ blue 231

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

Shades of Orchid #D471E7

Tints of Orchid #D471E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.55%

R = 38.13%
G = 20.32%
B = 41.55%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D471E7 (or 0xD471E7) is known color: Orchid. HEX triplet: D4, 71 and E7. RGB value is (212,113,231). Sum of RGB (Red+Green+Blue) = 212+113+231=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #D471E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471E7 is #2B8E18. Grayscale: #9B9B9B. Windows color (decimal): -2854425 or 15167956. OLE color: 15167956.

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

Color convert

RGB 212 113 231 -
CMYK 0.08 0.51 0 0.09
HSL 290.34º 0.71% 0.67% -
HSV(B) 290.34º 0.51% 0.91% -
XYZ 47.48 31.58 79.19 -
YUV 156.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 212 113 231 0.08 0.51 0 0.09 290.34 0.71 0.67
Hex D4 71 E7 8 33 0 9 122 47 43
Octal 324 161 347 10 63 0 11 442 107 103
Binary 11010100 1110001 11100111 1000 110011 0 1001 100100010 1000111 1000011

Color Harmonies of #D471E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471E7

Black with #D471E7

Text Example


Text Example

White with #D471E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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