Html Css Color HEX #D474BF Orchid

📋 copy color: '#D474BF'

red 212 ◦ green 116 ◦ blue 191

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

Shades of Orchid #D474BF

Tints of Orchid #D474BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.8%

R = 40.85%
G = 22.35%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D474BF (or 0xD474BF) is known color: Orchid. HEX triplet: D4, 74 and BF. RGB value is (212,116,191). Sum of RGB (Red+Green+Blue) = 212+116+191=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D474BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474BF is #2B8B40. Grayscale: #999999. Windows color (decimal): -2853697 or 12547284. OLE color: 12547284.

HSL color Cylindrical-coordinate representation of color #D474BF: hue angle of 313.12º 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 #D474BF is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 116 191 -
CMYK 0 0.45 0.10 0.17
HSL 313.13º 0.53% 0.64% -
HSV(B) 313.13º 0.45% 0.83% -
XYZ 42.8 30.25 52.87 -
YUV 153.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 212 116 191 0 0.45 0.10 0.17 313.13 0.53 0.64
Hex D4 74 BF 0 2D A 11 139 35 40
Octal 324 164 277 0 55 12 21 471 65 100
Binary 11010100 1110100 10111111 0 101101 1010 10001 100111001 110101 1000000

Color Harmonies of #D474BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474BF

Black with #D474BF

Text Example


Text Example

White with #D474BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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