Html Css Color HEX #D474BA Orchid

📋 copy color: '#D474BA'

red 212 ◦ green 116 ◦ blue 186

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

Shades of Orchid #D474BA

Tints of Orchid #D474BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.57%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 41.25%
G = 22.57%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D474BA (or 0xD474BA) is known color: Orchid. HEX triplet: D4, 74 and BA. RGB value is (212,116,186). Sum of RGB (Red+Green+Blue) = 212+116+186=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D474BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474BA is #2B8B45. Grayscale: #989898. Windows color (decimal): -2853702 or 12219604. OLE color: 12219604.

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

Color convert

RGB 212 116 186 -
CMYK 0 0.45 0.12 0.17
HSL 316.25º 0.53% 0.64% -
HSV(B) 316.25º 0.45% 0.83% -
XYZ 42.26 30.03 50.02 -
YUV 152.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 212 116 186 0 0.45 0.12 0.17 316.25 0.53 0.64
Hex D4 74 BA 0 2D C 11 13C 35 40
Octal 324 164 272 0 55 14 21 474 65 100
Binary 11010100 1110100 10111010 0 101101 1100 10001 100111100 110101 1000000

Color Harmonies of #D474BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474BA

Black with #D474BA

Text Example


Text Example

White with #D474BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474BA; }

 p { color: rgb(212,116,186); }

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

background-color css

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

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

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

border-color css

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

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

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