Html Css Color HEX #D672D3 Orchid

📋 copy color: '#D672D3'

red 214 ◦ green 114 ◦ blue 211

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

Shades of Orchid #D672D3

Tints of Orchid #D672D3

RGB

 RED value IS 214 (83.98% from 255) = 39.7%

 GREEN value IS 114 (44.92% from 255) = 21.15%

 BLUE value IS 211 (82.81% from 255) = 39.15%

R = 39.7%
G = 21.15%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D672D3 (or 0xD672D3) is known color: Orchid. HEX triplet: D6, 72 and D3. RGB value is (214,114,211). Sum of RGB (Red+Green+Blue) = 214+114+211=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D672D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672D3 is #298D2C. Grayscale: #9A9A9A. Windows color (decimal): -2723117 or 13857494. OLE color: 13857494.

HSL color Cylindrical-coordinate representation of color #D672D3: hue angle of 301.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672D3 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 211 -
CMYK 0 0.47 0.01 0.16
HSL 301.8º 0.55% 0.64% -
HSV(B) 301.8º 0.47% 0.84% -
XYZ 45.51 31.03 65.22 -
YUV 154.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 214 114 211 0 0.47 0.01 0.16 301.8 0.55 0.64
Hex D6 72 D3 0 2F 1 10 12E 37 40
Octal 326 162 323 0 57 1 20 456 67 100
Binary 11010110 1110010 11010011 0 101111 1 10000 100101110 110111 1000000

Color Harmonies of #D672D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672D3

Black with #D672D3

Text Example


Text Example

White with #D672D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672D3; }

 p { color: rgb(214,114,211); }

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

background-color css

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

 a { background-color: rgb(214,114,211); }

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

border-color css

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

 span { border-color: rgb(214,114,211); }

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